mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
22 lines
686 B
JSON
22 lines
686 B
JSON
{
|
|
"item@basegame:14": { /* wooden pick */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [[1, 6, "$WOOD", 2, "item@basegame:18"]]
|
|
},
|
|
/*"item@basegame:22": {
|
|
"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"]]
|
|
},
|
|
"item@basegame:23": { /* stone pick */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [[1, 6, "$ROCK", 2, "item@basegame:18"]]
|
|
},
|
|
"item@basegame:24": { /* stone axe */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [[1, 6, "$ROCK", 2, "item@basegame:18"]]
|
|
}
|
|
} |