1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/illenium-appearance/shared/blacklist.lua

51 lines
1.1 KiB
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
Config.Blacklist = {
male = {
hair = {},
components = {
masks = {},
upperBody = {},
lowerBody = {},
bags = {},
shoes = {},
2025-06-10 21:39:07 +02:00
scarfAndChains = {
{
2025-06-10 21:58:39 +02:00
drawables = {218, 250}
2025-06-10 21:39:07 +02:00
}
},
2025-06-07 08:51:21 +02:00
shirts = {},
bodyArmor = {},
decals = {},
jackets = {}
},
props = {
hats = {},
glasses = {},
ear = {},
watches = {},
bracelets = {}
}
},
female = {
hair = {},
components = {
masks = {},
upperBody = {},
lowerBody = {},
bags = {},
shoes = {},
scarfAndChains = {},
shirts = {},
bodyArmor = {},
decals = {},
jackets = {}
},
props = {
hats = {},
glasses = {},
ear = {},
watches = {},
bracelets = {}
}
}
}