forked from Simnation/Main
e
This commit is contained in:
parent
a5a4bec804
commit
e087848d59
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ itemsData = {
|
||||||
weight = 4,
|
weight = 4,
|
||||||
type = 'item',
|
type = 'item',
|
||||||
unique = false,
|
unique = false,
|
||||||
description = 'Deutsche Borkenkäfer dürfen dies....',
|
description = 'Deutsche Borkenkäfer dürfen dis....',
|
||||||
image = 'woodbug.png',
|
image = 'woodbug.png',
|
||||||
shouldClose = false,
|
shouldClose = false,
|
||||||
label = 'Borkenkäfer',
|
label = 'Borkenkäfer',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Config = {}
|
Config = {}
|
||||||
|
|
||||||
-- CORE SETTINGS
|
-- CORE SETTINGS
|
||||||
Config.RequiredItem = 'weapon_pipebomb' -- Item für Dynamite Fishing
|
Config.RequiredItem = 'woodbug' -- Item für Dynamite Fishing
|
||||||
Config.Cooldown = 120 -- Cooldown in Sekunden
|
Config.Cooldown = 120 -- Cooldown in Sekunden
|
||||||
|
|
||||||
-- ANIMATIONS
|
-- ANIMATIONS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue