From f5078d79f958889c0d893ee3974ae6cd5cb6d97b Mon Sep 17 00:00:00 2001 From: minjaesong Date: Fri, 24 Nov 2023 19:08:07 +0900 Subject: [PATCH] crafting recipe update --- assets/mods/basegame/crafting/fixtures.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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"] ] },