Files
minecraft-assets/data/minecraft/recipes/lightning_rod.json
2022-06-08 13:07:58 +02:00

16 lines
216 B
JSON

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