stone tools

This commit is contained in:
minjaesong
2023-11-22 22:27:24 +09:00
parent db7f24243d
commit 179e10f4a4
6 changed files with 73 additions and 4 deletions

View File

@@ -10,5 +10,13 @@
"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"]]
}
}