NaturesAura/src/main/resources/data/naturesaura/recipes/placer.json
2020-01-22 20:31:09 +01:00

25 lines
464 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"
}
}