{
    "namespace": "crafting",
    // Crafting
    "crafting_screen@crafting.inventory_screen_base": {
        "send_telemetry": false,
        "$screen_content": "crafting.recipe_inventory_screen_content",
        "$screen_bg_content": "common.screen_background",
        "$top_half_variant": "epicworld_crafting.root",
        "$close_on_player_hurt|default": true,
        "close_on_player_hurt": "$close_on_player_hurt"
    },
    // Inventory
    "inventory_screen@crafting.inventory_screen_base": {
        "$screen_content": "crafting.recipe_inventory_screen_content",
        "$screen_bg_content": "common.screen_background",
        "$top_half_variant": "epicworld_inventory.root"
    },
    // Root
    "player_inventory@common.root_panel": {
        "layer": 4,
        "$dialog_background": "epicworld_inventory.background",
        "controls": [
            // Common
            {
                "common_panel@common.common_panel": {
                    "offset": [
                        0,
                        0
                    ],
                    "$show_close_button": false
                }
            },
            // Top half
            {
                "inventory_panel_top_half@$top_half_variant": {
                    "layer": 2
                }
            },
            // Bottom half
            {
                "inventory_panel_bottom_half@common.inventory_panel_bottom_half": {
                    "layer": 2,
                    "$button_ref": "crafting.inventory_container_slot_button",
                    "$background_images": "common_container.cell_image",
                    "offset": [
                        -1,
                        -2
                    ]
                }
            },
            // Hotbar
            {
                "hotbar_grid@common.hotbar_grid_template": {
                    "layer": 2,
                    "$button_ref": "crafting.inventory_container_slot_button",
                    "$background_images": "common_container.cell_image"
                }
            }
        ]
    }
}