diff --git a/assets/mods/basegame/crafting/fixtures.json b/assets/mods/basegame/crafting/fixtures.json index 276c5eed7..9b28be193 100644 --- a/assets/mods/basegame/crafting/fixtures.json +++ b/assets/mods/basegame/crafting/fixtures.json @@ -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"] ] },