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

21 lines
No EOL
328 B
JSON

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