From ebc99282ed0fc1808b34862a716108983b6a8f74 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Sun, 31 Dec 2023 12:39:03 +0100 Subject: [PATCH] fix: correct ingredients to use --- .github/CHANGELOG.md | 3 ++- server-data/resources/[bpt_addons]/bpt_crafting/config.lua | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 96a361146..7d6b2888c 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -87,4 +87,5 @@ fix lint error: unused argument last; accessing undefined variable Invoke; unuse 60. [bpt_hud]: chore: push for version 1.0.0 @bitpredator 61. [bpt_importjob]: refactor: bpt_importjob inventory implementation @bitpredator 62. [bpt_loadscreen]: chore: bpt_loadscreen improves code formatting @bitpredator -63. [bpt_lumberjack]: fix: bpt_lumberjack fixed typos and removed unused code @bitpredator \ No newline at end of file +63. [bpt_lumberjack]: fix: bpt_lumberjack fixed typos and removed unused code @bitpredator +64. [bpt_crafting]: fix: correct ingredients to use @bitpredator \ No newline at end of file diff --git a/server-data/resources/[bpt_addons]/bpt_crafting/config.lua b/server-data/resources/[bpt_addons]/bpt_crafting/config.lua index bf2713516..f1a3ca1ba 100644 --- a/server-data/resources/[bpt_addons]/bpt_crafting/config.lua +++ b/server-data/resources/[bpt_addons]/bpt_crafting/config.lua @@ -146,7 +146,7 @@ Recipes = { -- Enter Item name and then the speed value! The higher the value th Time = 60, Ingredients = { ['iron'] = 4, - ['legnatagliata'] = 1 + ['wood'] = 1 } }, @@ -243,7 +243,7 @@ Recipes = { -- Enter Item name and then the speed value! The higher the value th Ingredients = { ['copper'] = 1, ['iron'] = 1, - ['legnatagliata'] = 1 + ['wood'] = 1 } },