crafting recipe update

This commit is contained in:
minjaesong
2023-11-24 19:08:07 +09:00
parent b16a6ced93
commit f5078d79f9

View File

@@ -1,9 +1,15 @@
{
"basegame:176": { /* torch */
"workbench": "",
"ingredients": [
[4, 1, "item@basegame:18", 1, "item@basegame:130"] /* 4 torches = 1 stick, 1 coal */
]
},
"item@basegame:5": { /* tiki torch */
"workbench": "",
"ingredients": [
[1, 3, "$WOOD", 1, "basegame:176"],
[1, 3, "$WOOD", 1, "basegame:192"]
[1, 1, "$WOOD", 3, "item@basegame:18", 1, "basegame:176"], /* 1 tiki torch = 1 wood, 3 sticks, 1 torch */
[1, 1, "$WOOD", 3, "item@basegame:18", 1, "basegame:192"]
]
},