minecraft-src/data/minecraft/recipe/sea_lantern.json
2025-07-04 02:00:41 +03:00

17 lines
No EOL
284 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"C": "minecraft:prismarine_crystals",
"S": "minecraft:prismarine_shard"
},
"pattern": [
"SCS",
"CCC",
"SCS"
],
"result": {
"count": 1,
"id": "minecraft:sea_lantern"
}
}