From cab5e66f58dd47c5a8f8ac5819358035eff5dfd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kto=C5=9B?= <43894510+Ktos93@users.noreply.github.com> Date: Sat, 24 Oct 2020 13:13:47 +0200 Subject: [PATCH] Update config.lua --- config.lua | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/config.lua b/config.lua index 511e957..a2fb22a 100644 --- a/config.lua +++ b/config.lua @@ -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",