Files
minecraft-assets/data/minecraft/recipe/sea_lantern.json
2025-02-19 18:31:59 +01:00

17 lines
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"
}
}