Тэппинг деревьев + обновление тфг мода

This commit is contained in:
SpeeeDCraft 2023-11-11 15:25:57 +07:00
parent 2ed4cad036
commit 4ddc7f8aba
10 changed files with 90 additions and 4 deletions

View file

@ -0,0 +1,3 @@
{
"__comment": "Instructions: https://blakesmods.com/docs/cucumber/tags-config"
}

View file

@ -1 +1,3 @@
Main Main
first_group
second_group

View 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"
}
}

View 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"
}
}

View file

@ -1,6 +1,9 @@
{ {
"basics": { "basics": {
"favorites": [], "favorites": [
"{type:\"heracles:heracles\"}",
"{type:\"argonauts:party_chat\"}"
],
"hiddenFavorites": [], "hiddenFavorites": [],
"displayHistory": [], "displayHistory": [],
// Declares whether cheating mode is on. // Declares whether cheating mode is on.

View file

@ -1,2 +1,2 @@
#Pinyin Options #Pinyin Options
#Fri Nov 10 23:25:20 NOVT 2023 #Sat Nov 11 14:56:39 NOVT 2023

View file

@ -1,3 +1,3 @@
#Double Pinyin Options #Double Pinyin Options
#Fri Nov 10 23:25:20 NOVT 2023 #Sat Nov 11 14:56:39 NOVT 2023
Converter=sougou Converter=sougou

View file

@ -1,4 +1,4 @@
{ {
"pinnedIndex": 0, "pinnedIndex": 0,
"showTutorial": true "showTutorial": false
} }

Binary file not shown.

Binary file not shown.