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

View File

@@ -0,0 +1,22 @@
{
"basegame:48": { /* oak planks */
"workbench": "",
"ingredients": [[2, 1, "item@basegame:168"]]
},
"basegame:49": { /* ebony planks */
"workbench": "",
"ingredients": [[2, 1, "item@basegame:169"]]
},
"basegame:50": { /* birch planks */
"workbench": "",
"ingredients": [[2, 1, "item@basegame:170"]]
},
"basegame:51": { /* rosewood planks */
"workbench": "",
"ingredients": [[2, 1, "item@basegame:171"]]
},
"item@basegame:18": { /* stick */
"workbench": "",
"ingredients": [[2, 1, "$WOOD"]]
}
}