| 12345678910111213141516171819 |
- {
- "type": "minecraft:crafting_shaped",
- "pattern": [
- "###",
- "#X#",
- "###"
- ],
- "key": {
- "#": {
- "item": "minecraft:nautilus_shell"
- },
- "X": {
- "item": "minecraft:heart_of_the_sea"
- }
- },
- "result": {
- "item": "minecraft:conduit"
- }
- }
|