superb-warfare/src/main/resources/data/superbwarfare/recipes/seeker_crafting.json
2024-08-31 17:03:47 +08:00

30 lines
No EOL
472 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" a ",
"bcb",
"ded"
],
"key": {
"a": {
"item": "minecraft:amethyst_shard"
},
"b": {
"item": "minecraft:iron_ingot"
},
"c": {
"item": "minecraft:compass"
},
"d": {
"item": "minecraft:quartz"
},
"e": {
"item": "minecraft:comparator"
}
},
"result": {
"item": "superbwarfare:seeker",
"count": 1
}
}