Files
minecraft-assets/data/minecraft/recipes/floatato.json
2025-02-03 11:41:59 +01:00

21 lines
316 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:poisonous_potato"
},
"X": {
"item": "minecraft:ghast_tear"
}
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 8,
"id": "minecraft:floatato"
}
}