Начало билдера предметов и фикс билдера аддона
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "",
|
||||
"category": ""
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "",
|
||||
"frame": 0
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": ""
|
||||
},
|
||||
"minecraft:use_animation": "eat",
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 32,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:food": {
|
||||
"saturation_modifier": "low",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": false,
|
||||
"remove_effects": []
|
||||
},
|
||||
"minecraft:use_duration": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": " "
|
||||
},
|
||||
|
||||
|
||||
"tags": [ "crafting_table" ],
|
||||
"pattern": [
|
||||
" ",
|
||||
" ",
|
||||
" "
|
||||
],
|
||||
"key": {
|
||||
"-": {
|
||||
"item": " ",
|
||||
"data": 1
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": " ",
|
||||
"count": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user