Files
minecraft-assets/data/minecraft/recipes/conduit.json
2021-03-10 23:45:15 +00:00

19 lines
269 B
JSON

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