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

20 lines
316 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:phantom_membrane"
},
"P": {
"item": "minecraft:poisonous_potato"
}
},
"pattern": [
"#P#",
"# #"
],
"result": {
"count": 1,
"id": "minecraft:poisonous_polytra"
}
}