Skip to content

Commit

Permalink
fix: correct ingredients to use
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Dec 31, 2023
1 parent a2f1a74 commit ebc9928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
63. [bpt_lumberjack]: fix: bpt_lumberjack fixed typos and removed unused code @bitpredator
64. [bpt_crafting]: fix: correct ingredients to use @bitpredator
4 changes: 2 additions & 2 deletions server-data/resources/[bpt_addons]/bpt_crafting/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
},

Expand Down Expand Up @@ -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
}
},

Expand Down

0 comments on commit ebc9928

Please sign in to comment.