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

24 lines
No EOL
373 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"a",
"b",
"c"
],
"key": {
"a": {
"item": "minecraft:target"
},
"b": {
"tag": "superbwarfare:ingots/steel"
},
"c": {
"item": "minecraft:armor_stand"
}
},
"result": {
"id": "superbwarfare:target_deployer",
"count": 1
}
}