This commit is contained in:
Nordi98 2025-07-09 19:36:36 +02:00
parent 7f26844507
commit a2990fe815
120 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,7 @@
-- players can edit items added to the list by right-clicking on their name or image
config.editableItems = {
clothe_set = { label = true, img = true },
bandage = { label = true, img = true },
weapon_pistol = { label = true, img = false },
polaroid = { label = true, img = false },
}