Тэппинг деревьев + обновление тфг мода
This commit is contained in:
parent
2ed4cad036
commit
4ddc7f8aba
10 changed files with 90 additions and 4 deletions
3
config/cucumber-tags.json
Normal file
3
config/cucumber-tags.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"__comment": "Instructions: https://blakesmods.com/docs/cucumber/tags-config"
|
||||
}
|
||||
|
|
@ -1 +1,3 @@
|
|||
Main
|
||||
first_group
|
||||
second_group
|
||||
|
|
|
|||
37
config/heracles/quests/firstgroup/asdas.json
Normal file
37
config/heracles/quests/firstgroup/asdas.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"dependencies": [],
|
||||
"tasks": {},
|
||||
"rewards": {},
|
||||
"display": {
|
||||
"subtitle": {
|
||||
"text": ""
|
||||
},
|
||||
"description": [],
|
||||
"groups": {
|
||||
"first_group": {
|
||||
"position": [
|
||||
-197,
|
||||
-119
|
||||
]
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"item": {
|
||||
"id": "minecraft:map",
|
||||
"count": 1
|
||||
},
|
||||
"type": "heracles:item"
|
||||
},
|
||||
"icon_background": "heracles:textures/gui/quest_backgrounds/default.png",
|
||||
"title": {
|
||||
"translate": "asdas"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"unlockNotification": false,
|
||||
"showDependencyArrow": true,
|
||||
"repeatable": false,
|
||||
"individual_progress": false,
|
||||
"hidden": "LOCKED"
|
||||
}
|
||||
}
|
||||
41
config/heracles/quests/firstgroup/test.json
Normal file
41
config/heracles/quests/firstgroup/test.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"dependencies": [
|
||||
"asdas"
|
||||
],
|
||||
"tasks": {},
|
||||
"rewards": {},
|
||||
"display": {
|
||||
"subtitle": {
|
||||
"translate": "asdasd"
|
||||
},
|
||||
"description": [
|
||||
""
|
||||
],
|
||||
"groups": {
|
||||
"first_group": {
|
||||
"position": [
|
||||
-259,
|
||||
-120
|
||||
]
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"item": {
|
||||
"id": "minecraft:stone",
|
||||
"count": 1
|
||||
},
|
||||
"type": "heracles:item"
|
||||
},
|
||||
"icon_background": "heracles:textures/gui/quest_backgrounds/rounded_squares.png",
|
||||
"title": {
|
||||
"translate": "test"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"unlockNotification": false,
|
||||
"showDependencyArrow": true,
|
||||
"repeatable": false,
|
||||
"individual_progress": false,
|
||||
"hidden": "LOCKED"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"basics": {
|
||||
"favorites": [],
|
||||
"favorites": [
|
||||
"{type:\"heracles:heracles\"}",
|
||||
"{type:\"argonauts:party_chat\"}"
|
||||
],
|
||||
"hiddenFavorites": [],
|
||||
"displayHistory": [],
|
||||
// Declares whether cheating mode is on.
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#Pinyin Options
|
||||
#Fri Nov 10 23:25:20 NOVT 2023
|
||||
#Sat Nov 11 14:56:39 NOVT 2023
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
#Double Pinyin Options
|
||||
#Fri Nov 10 23:25:20 NOVT 2023
|
||||
#Sat Nov 11 14:56:39 NOVT 2023
|
||||
Converter=sougou
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"pinnedIndex": 0,
|
||||
"showTutorial": true
|
||||
"showTutorial": false
|
||||
}
|
||||
Binary file not shown.
BIN
mods/treetap-1.20.1-0.0.4.jar
Normal file
BIN
mods/treetap-1.20.1-0.0.4.jar
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue