Добавлена шоколадка

This commit is contained in:
Hell13Cat
2022-02-05 22:01:14 +03:00
parent a31f8d13e3
commit 08367ebcc5
6 changed files with 36 additions and 41 deletions
+11 -16
View File
@@ -1,26 +1,21 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"minecraft:recipe_shapeless": {
"description": {
"identifier": "mw_food:choko"
},
"tags": [
"crafting_table"
],
"pattern": [
" ",
" ",
" "
],
"key": {
"-": {
"item": " ",
"data": 1
"tags": [ "crafting_table" ],
"group": "candle",
"ingredients": [
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:cocoa_beans"
}
},
],
"result": {
"item": "mw_food:choko",
"count": 1
"item": "mw_food:choko"
}
}
}