mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-15 16:16:10 +09:00
throwable cherry bomb (no explosion yet)
This commit is contained in:
10
assets/mods/basegame/crafting/items.json
Normal file
10
assets/mods/basegame/crafting/items.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"item@basegame:31": { /* gunpowder */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [[3, 1, "item@basegame:147", 1, "item@basegame:29", 1, "item@basegame:129"]] /* 1 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 */
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user