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))"
},
}