superb-warfare/src/main/resources/data/superbwarfare/recipe/seeker_crafting.json
2025-04-02 20:11:07 +08:00

30 lines
No EOL
470 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": {
"id": "superbwarfare:seeker",
"count": 4
}
}