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