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

24 lines
No EOL
357 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"a",
"b",
"c"
],
"key": {
"a": {
"item": "minecraft:stone_button"
},
"b": {
"item": "minecraft:redstone"
},
"c": {
"item": "minecraft:iron_nugget"
}
},
"result": {
"id": "superbwarfare:fusee",
"count": 4
}
}