{
  "parent": "block/block",
  "loader": "forge:composite",
    "textures": {
      "particle": "gtceu:block/material_sets/nether_quartz/ore"
    },
  "children": {
    "base_stone": {
      "render_type": "solid"
    },
    "ore_texture": {
      "parent": "block/block",
      "textures": {
        "layer0": "gtceu:block/material_sets/nether_quartz/ore",
        "layer1": "gtceu:block/material_sets/nether_quartz/ore_layer2",
        "particle": "#layer0"
      },
      "render_type": "translucent",
      "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 }
          }
        },
        {
          "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": [
    "base_stone",
    "ore_texture"
  ]
}
