Holystone can be used to craft a vanilla furnace.

This commit is contained in:
bconlon 2020-07-02 12:08:28 -07:00
parent 50123acc49
commit 74e865d772

View file

@ -0,0 +1,16 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"HHH",
"H H",
"HHH"
],
"key": {
"H": {
"item": "aether_legacy:holystone"
}
},
"result": {
"item": "minecraft:furnace"
}
}