Files
Terrarum/assets/mods/basegame/crafting/items.json
2024-03-02 00:34:01 +09:00

14 lines
568 B
JSON

{
"item@basegame:31": { /* gunpowder */
"workbench": "basiccrafting",
"ingredients": [[10, 3, "item@basegame:147", 1, "item@basegame:29", 1, "item@basegame:129"]] /* 3 nitre, 1 charcoal, 1 iron ore */
},
"item@basegame:32": { /* cherry bomb */
"workbench": "",
"ingredients": [[1, 1, "item@basegame:31", 1, "item@basegame:25"]] /* 1 gunpowder, 1 clay ball */
},
"item@basegame:34": { /* signal switch */
"workbench": "",
"ingredients": [[2, 1, "item@basegame:112", 1, "$ROCK", 1, "$WOOD"]] /* 1 copper ingot, 1 rock, 1 planks */
}
}