forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
25cefd9a2d
commit
055eba2c8c
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ Config.PoliceJobName = "police" -- Police job name
|
||||||
-- Required Items
|
-- Required Items
|
||||||
Config.RequiredItems = {
|
Config.RequiredItems = {
|
||||||
flex = {
|
flex = {
|
||||||
name = "angle_grinder", -- Item name in your inventory
|
name = "anglegrinder", -- Item name in your inventory
|
||||||
label = "Angle Grinder", -- Display name
|
label = "Flex", -- Display name
|
||||||
amount = 1, -- How many required
|
amount = 1, -- How many required
|
||||||
remove = false, -- Whether to remove the item after use
|
remove = false, -- Whether to remove the item after use
|
||||||
durability = false, -- Whether the item has durability
|
durability = false, -- Whether the item has durability
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue