mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
some crafting recipes
This commit is contained in:
14
assets/mods/basegame/crafting/tools.json
Normal file
14
assets/mods/basegame/crafting/tools.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"item@basegame:14": { /* wooden pick */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [[1, 6, "$WOOD", 2, "item@basegame:18"]]
|
||||
},
|
||||
"item@basegame:22": { /* wooden hatchet */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [[1, 6, "$WOOD", 2, "item@basegame:18"]]
|
||||
},
|
||||
"item@basegame:15": { /* wooden mallet */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [[1, 6, "$WOOD", 2, "item@basegame:18"]]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user