NaturesAura/src/main/resources/data/naturesaura/recipes/placer.json

25 lines
466 B
JSON
Raw Normal View History

{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
"pattern": [
"CHC",
"CDC",
"CIC"
],
"key": {
"D": {
"item": "minecraft:dispenser"
},
"I": {
"item": "naturesaura:infused_iron"
},
"H": {
"item": "minecraft:hopper"
},
2021-01-14 23:15:02 +01:00
"C": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "naturesaura:placer"
}
}