minecraft-src/data/minecraft/recipe/dried_ghast.json
2025-09-18 12:27:44 +00:00

18 lines
No EOL
292 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "dry_ghast",
"key": {
"#": "minecraft:ghast_tear",
"X": "minecraft:soul_sand"
},
"pattern": [
"###",
"#X#",
"###"
],
"result": {
"count": 1,
"id": "minecraft:dried_ghast"
}
}