Rework Torch recipe

This commit is contained in:
2023-03-19 16:31:18 +02:00
parent 5b531ffaf3
commit 932259087c
2 changed files with 15 additions and 7 deletions

View File

@@ -15,5 +15,6 @@
], ],
"result": { "result": {
"item": "hyperlighting:advanced_campfire" "item": "hyperlighting:advanced_campfire"
} },
"show_notification": true
} }

View File

@@ -1,11 +1,16 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"key": { "key": {
"X": { "X": [
"tag": "minecraft:wool" {
}, "tag": "minecraft:wool"
},
{
"tag": "minecraft:coals"
}
],
"Y": { "Y": {
"item": "minecraft:stick" "tag": "minecraft:logs"
} }
}, },
"pattern": [ "pattern": [
@@ -14,6 +19,8 @@
" " " "
], ],
"result": { "result": {
"count": 4,
"item": "hyperlighting:advanced_torch" "item": "hyperlighting:advanced_torch"
} },
} "show_notification": true
}