some crafting recipes

This commit is contained in:
minjaesong
2023-11-22 03:44:53 +09:00
parent 72dc444353
commit cd34419a96
5 changed files with 40 additions and 4 deletions

View 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"]]
}
}