CORE inventory

STEP 1

GO TO core_inventory/config.lua

and add this on ItemCategories

    ["uniqueItem"] = {
        color = "#62a859",
        takeSound = 'take_fabric',
        putSound = 'put_fabric',
    },

    ["moduleRadio"] = {
        color = "#62a859",
        takeSound = 'take_fabric',
        putSound = 'put_fabric',
        stack = 2
    },

STEP 2 ADD THE ITEMS

Select your framework and add the items.

STEP 3

GO TO core_inventory/config.lua

Add the radio item on CloseAfterUse ~ line 25

STEP 4

GO TO core_inventory/server/metadata.lua

Last updated

Was this helpful?