minecraft-assets/data/minecraft/recipes/dropper.json

19 lines
268 B
JSON

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