{
    "format_version": "1.19.0",
    "minecraft:block": {
        "description": {
            "identifier": "flamey:cursed_fire",
            "properties": {
                "face:north": [false, true],
                "face:south": [false, true],
                "face:east": [false, true],
                "face:west": [false, true],
                "face:up": [false, true],
                "face:down": [false, true]
            }
        },
        "components": {
            "minecraft:loot": "loot_tables/empty.json",
            "minecraft:breathability": "air",
            "minecraft:map_color": "#46C70A",
            "minecraft:light_dampening": 0,
            "minecraft:light_emission": 15,
            "minecraft:collision_box": false,
            "minecraft:geometry": "geometry.fire",
            "minecraft:queued_ticking": {
                "looping": true,
                "interval_range": [
                    0.2,
                    0.2
                ],
                "on_tick": {
                    "event": "update"
                }
            },
            "minecraft:material_instances": {
                "txr_0": {
                    "texture": "cursed_fire0",
                    "render_method": "alpha_test",
                    "face_dimming": false,
                    "ambient_occlusion": false
                },
                "txr_1": {
                    "texture": "cursed_fire1",
                    "render_method": "alpha_test",
                    "face_dimming": false,
                    "ambient_occlusion": false
                },
                "north": "txr_0",
                "south": "txr_0",
                "down": "txr_0",
                "up": "txr_0",
                "east": "txr_1",
                "west": "txr_1"
            },
            "minecraft:creative_category": {
                "category": "commands"
            }
        },
        "events": {
            "update": {
                "run_command": {
                    "command": [
                        "scriptevent fire:update"
                    ],
                    "target": "self"
                }
            }
        }
    }
}