#CUSTOM-GUI (CHEST UI) no longer work after update

1 messages · Page 1 of 1 (latest)

bronze panther
#

Hi, i have here the code for custom gui, but after the 1.20.30 update, they dose no longer work, i try many things and arrived at that : (but still doesn't work)

{
  "namespace": "chest",
  "chest_label": {
    "type": "label",
    "text": "$container_title",
    "color": "$title_text_color",
    "layer": 5,
    "visible": "(($container_title - 'gui.passemineur' - 'gui.passecombat' - 'gui.jadecompressor' - 'gui.passe') = $container_title)"
  },
  "gui.passemineur": {
    "type": "image",
    "texture": "textures/guimenu/passemineur",
    "offset": [ -15, -40 ],
    "size": [ 192, 166 ],
    "layer": 3,
    "fill": false,
    "$menu_name": "$container_title",
    "visible": "(not (($container_title - 'gui.passemineur') = $container_title))"
  },
  "gui.passe": {
    "type": "image",
    "texture": "textures/guimenu/passe",
    "offset": [ -15, -40 ],
    "size": [ 192, 166 ],
    "layer": 3,
    "fill": false,
    "$menu_name": "$container_title",
    "visible": "(not (($container_title - 'gui.passe') = $container_title))"
  },
  "gui.passecombat": {
    "type": "image",
    "texture": "textures/guimenu/passecombat",
    "offset": [ -15, -40 ],
    "size": [ 192, 166 ],
    "layer": 3,
    "fill": false,
    "$menu_name": "$container_title",
    "visible": "(not (($container_title - 'gui.passecombat') = $container_title))"
  },
  "gui.jadecompressor": {
    "type": "image",
    "texture": "textures/guimenu/jadecompressor",
    "offset": [ -15, -40 ],
    "size": [ 192, 166 ],
    "layer": 3,
    "fill": false,
    "$menu_name": "$container_title",
    "visible": "(not (($container_title - 'gui.jadecompressor') = $container_title))"
  },
}
tawny wasp
bronze panther
#

can you have an example @tawny wasp ?

vivid seal
#

Lmao code

bronze panther
#

Bro

vivid seal
#

"visible": "(not (($menu_name - 'x') = $menu_name))"

#

$menu_name in code you not use :))

bronze panther
#

Ow okay

lyric lintel
solemn goblet
#

this is certified 1.19.10 issue moment