NaturesAura/src/main/resources/data/naturesaura/recipes/placer.json
2021-01-14 23:15:02 +01:00

25 lines
466 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"CHC",
"CDC",
"CIC"
],
"key": {
"D": {
"item": "minecraft:dispenser"
},
"I": {
"item": "naturesaura:infused_iron"
},
"H": {
"item": "minecraft:hopper"
},
"C": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "naturesaura:placer"
}
}