Files
minecraft-assets/data/minecraft/recipes/lightning_rod.json
2021-06-08 15:05:33 +00:00

16 lines
216 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:copper_ingot"
}
},
"result": {
"item": "minecraft:lightning_rod"
}
}