Files
minecraft-assets/data/minecraft/recipes/dropper.json
2024-05-07 18:18:06 +02:00

21 lines
308 B
JSON

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