Rework Torch recipe
This commit is contained in:
@@ -15,5 +15,6 @@
|
|||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"item": "hyperlighting:advanced_campfire"
|
"item": "hyperlighting:advanced_campfire"
|
||||||
}
|
},
|
||||||
|
"show_notification": true
|
||||||
}
|
}
|
||||||
|
@@ -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
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user