Files
minecraft-assets/data/minecraft/recipe/fishing_rod.json
2025-02-19 18:31:59 +01:00

17 lines
261 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": "minecraft:stick",
"X": "minecraft:string"
},
"pattern": [
" #",
" #X",
"# X"
],
"result": {
"count": 1,
"id": "minecraft:fishing_rod"
}
}