#[SOLVED] Chest UI Issue

1 messages · Page 1 of 1 (latest)

lethal remnant
#

I am having issues with chest UI on this version, and I could not figure out the issue as I don't do JSON UI. I will post the RP and the script that is handling the UI down below.

lethal remnant
#

Found the issue, for some damn reason, the developer of the chest UI has all the other sizes of chests disabled.

#
{
    "$border_and_background_texture": "textures/ui/dialog_background_opaque", // Add your own texture for background and border here. Edit `textures/ui/item_background` to change slot texture.
    "$disable_1_slots_layout": false,
    "$disable_18_slots_layout": false,
    "$disable_27_slots_layout": false,
    "$disable_36_slots_layout": false,
    "$disable_45_slots_layout": false,
    "$disable_5_slots_layout": false,
    "$disable_54_slots_layout": false,
    "$disable_9_slots_layout": false,
    /*
        *It is important to only enable the layouts that you're going to use and disable others to decrease lag*
    */
    "$disable_furnace_ui": false,
    "$show_inventory": true // Set to false if don't want to show inventory. Not recommended for low end devices.
}```
#

almost all where true

#

[SOLVED] Chest UI Issue