Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/dropper.json
2020-07-20 00:21:55 +08:00

19 lines
258 B
JSON

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