Skip to content

Commit

Permalink
Update config.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktos93 committed Oct 24, 2020
1 parent 3938647 commit cab5e66
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,34 @@ Config.Items = {

},

["blueberry"] =
{
label = "Blueberry",
description = "?????????",
weight = 0.1,
canBeDropped = true,
canBeUsed = true,
requireLvl = 0,
limit = 20,
imgsrc = "items/blueberry.png",
type = "item_standard",


},
["stick"] =
{
label = "Stick",
description = "?????????",
weight = 0.02,
canBeDropped = true,
canBeUsed = false,
requireLvl = 0,
limit = 64,
imgsrc = "items/stick.png",
type = "item_standard",


},
["WEAPON_FISHINGROD"] =
{
label = "Fishingrod",
Expand Down

0 comments on commit cab5e66

Please sign in to comment.