Files
minecraft-assets/data/minecraft/recipes/dropper.json
2022-06-29 18:37:59 +02:00

19 lines
268 B
JSON

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