mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
14 lines
531 B
JSON
14 lines
531 B
JSON
{
|
|
"item@basegame:31": { /* gunpowder */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [[8, 3, "item@basegame:147", 1, "item@basegame:29"]] /* 3 nitre, 1 charcoal */
|
|
},
|
|
"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 */
|
|
}
|
|
} |