Files
minecraft-assets/data/minecraft/recipes/dropper.json
2018-07-18 20:51:45 +02:00

19 lines
258 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"###",
"# #",
"#R#"
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"#": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "minecraft:dropper"
}
}