{
    "parent": "block/block",
    "loader": "forge:composite",
    "textures": {
        "particle": "gtceu:block/material_sets/lignite/raw_ore_block"
    },
    "children": {
        "bottom": {
            "parent": "block/block",
            "textures": {
                "layer0": "gtceu:block/material_sets/lignite/raw_ore_block",
                "particle": "#layer0"
            },
            "render_type": "solid",
            "elements": [
                {
                    "from": [ 0, 0, 0 ],
                    "to": [ 16, 16, 16 ],
                    "faces": {
                        "down": {
                            "texture": "#layer0",
                            "cullface": "down",
                            "tintindex": 0
                        },
                        "up": {
                            "texture": "#layer0",
                            "cullface": "up",
                            "tintindex": 0
                        },
                        "north": {
                            "texture": "#layer0",
                            "cullface": "north",
                            "tintindex": 0
                        },
                        "south": {
                            "texture": "#layer0",
                            "cullface": "south",
                            "tintindex": 0
                        },
                        "west": {
                            "texture": "#layer0",
                            "cullface": "west",
                            "tintindex": 0
                        },
                        "east": {
                            "texture": "#layer0",
                            "cullface": "east",
                            "tintindex": 0
                        }
                    }
                }
            ]
        },
        "top": {
            "parent": "block/block",
            "textures": {
                "layer1": "gtceu:block/material_sets/lignite/raw_ore_block_secondary",
                "particle": "#layer1"
            },
            "render_type": "translucent",
            "elements": [
                {
                    "from": [ 0, 0, 0 ],
                    "to": [ 16, 16, 16 ],
                    "faces": {
                        "down": {
                            "texture": "#layer1",
                            "cullface": "down",
                            "tintindex": 1
                        },
                        "up": {
                            "texture": "#layer1",
                            "cullface": "up",
                            "tintindex": 1
                        },
                        "north": {
                            "texture": "#layer1",
                            "cullface": "north",
                            "tintindex": 1
                        },
                        "south": {
                            "texture": "#layer1",
                            "cullface": "south",
                            "tintindex": 1
                        },
                        "west": {
                            "texture": "#layer1",
                            "cullface": "west",
                            "tintindex": 1
                        },
                        "east": {
                            "texture": "#layer1",
                            "cullface": "east",
                            "tintindex": 1
                        }
                    }
                }
            ]
        }
    },
    "item_render_order": [
        "bottom",
        "top"
    ]
}
