}
"small_chest_screen": {
"$title": "$container_title",
"modifications": [
{
"array_name": "variables",
"operation": "insert_back",
"value": {
"requires": "($container_title = 'Chest')",
"$screen_content": "chest.custom_screen",
"$screen_bg_content": "common.screen_background"
}
}
]
},
"custom_screen": {
"type": "image",
"anchor_from": "top_middle",
"anchor_to": "top_middle",
"texture": "textures/ui/custom_screen",
"size": ["100% + 35px", "100% + 25px"]
}
}
what's my mistake?