Files
minecraft-assets/data/minecraft/recipes/dropper.json
2021-07-07 09:21:22 +00:00

19 lines
268 B
JSON

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