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": {
"item": "hyperlighting:advanced_campfire"
}
},
"show_notification": true
}

View File

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