From abbf6c122a0f0db3542c85d437f5091263ef98b4 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Wed, 4 Oct 2023 13:44:02 +0900 Subject: [PATCH] crafting cost change --- assets/mods/basegame/crafting/items.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/mods/basegame/crafting/items.json b/assets/mods/basegame/crafting/items.json index b163e039d..276c5eed7 100644 --- a/assets/mods/basegame/crafting/items.json +++ b/assets/mods/basegame/crafting/items.json @@ -17,25 +17,25 @@ "item@basegame:256": { /* oak door */ "workbench": "basiccrafting", "ingredients": [ - [1, 4, "basegame:48"] + [1, 6, "basegame:48"] ] }, "item@basegame:257": { /* ebony door */ "workbench": "basiccrafting", "ingredients": [ - [1, 4, "basegame:49"] + [1, 6, "basegame:49"] ] }, "item@basegame:258": { /* birch door */ "workbench": "basiccrafting", "ingredients": [ - [1, 4, "basegame:50"] + [1, 6, "basegame:50"] ] }, "item@basegame:259": { /* rosewood door */ "workbench": "basiccrafting", "ingredients": [ - [1, 4, "basegame:51"] + [1, 6, "basegame:51"] ] } } \ No newline at end of file