Вафли и варенье
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_food:jam",
|
||||
"category": "nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_food",
|
||||
"frame": 2
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": "Варенье"
|
||||
},
|
||||
"minecraft:use_animation": "eat",
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:food": {
|
||||
"saturation_modifier": "low",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": false,
|
||||
"remove_effects": [],
|
||||
"using_converts_to": "minecraft:glass_bottle"
|
||||
},
|
||||
"minecraft:use_duration": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:item": {
|
||||
"description": {
|
||||
"identifier": "mw_food:waffles",
|
||||
"category": "nature"
|
||||
},
|
||||
"components": {
|
||||
"minecraft:icon": {
|
||||
"texture": "mw_food",
|
||||
"frame": 6
|
||||
},
|
||||
"minecraft:display_name": {
|
||||
"value": "Вафли"
|
||||
},
|
||||
"minecraft:use_animation": "eat",
|
||||
"minecraft:hand_equipped": false,
|
||||
"minecraft:max_stack_size": 64,
|
||||
"minecraft:foil": false,
|
||||
"minecraft:food": {
|
||||
"saturation_modifier": "low",
|
||||
"nutrition": 4,
|
||||
"can_always_eat": false,
|
||||
"remove_effects": []
|
||||
},
|
||||
"minecraft:use_duration": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"version": [
|
||||
0,
|
||||
3,
|
||||
14
|
||||
16
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
@@ -23,7 +23,7 @@
|
||||
"version": [
|
||||
0,
|
||||
3,
|
||||
14
|
||||
16
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -33,7 +33,7 @@
|
||||
"version": [
|
||||
0,
|
||||
3,
|
||||
14
|
||||
16
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -12,6 +12,9 @@
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cocoa_beans"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "mw_food:jam"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sweet_berries",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "mw_food:jam",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.12",
|
||||
"minecraft:recipe_shapeless": {
|
||||
"description": {
|
||||
"identifier": "mw_food:waffles"
|
||||
},
|
||||
"tags": [ "crafting_table" ],
|
||||
"group": "candle",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:wheat",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "mw_food:waffles",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user