summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/red_stained_glass_pane.json
blob: 51e9013d0a871048b7a11cf4faff67f39cdba58f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "variants": {
    "north=false,east=false,south=false,west=false": { "model": "minecraft:block/red_pane_post" },
    "north=true,east=false,south=false,west=false": { "model": "minecraft:block/red_pane_end" },
    "north=false,east=true,south=false,west=false": { "model": "minecraft:block/red_pane_end", "y": 90 },
    "north=false,east=false,south=true,west=false": { "model": "minecraft:block/red_pane_end", "y": 180 },
    "north=false,east=false,south=false,west=true": { "model": "minecraft:block/red_pane_end", "y": 270 },
    "north=true,east=false,south=true,west=false": { "model": "minecraft:block/red_pane_line" },
    "north=false,east=true,south=false,west=true": { "model": "minecraft:block/red_pane_line", "y": 90 },
    "north=true,east=true,south=false,west=false": { "model": "minecraft:block/red_pane_corner" },
    "north=false,east=true,south=true,west=false": { "model": "minecraft:block/red_pane_corner", "y": 90 },
    "north=false,east=false,south=true,west=true": { "model": "minecraft:block/red_pane_corner", "y": 180 },
    "north=true,east=false,south=false,west=true": { "model": "minecraft:block/red_pane_corner", "y": 270 },
    "north=true,east=true,south=true,west=false": { "model": "minecraft:block/red_pane_t" },
    "north=false,east=true,south=true,west=true": { "model": "minecraft:block/red_pane_t", "y": 90 },
    "north=true,east=false,south=true,west=true": { "model": "minecraft:block/red_pane_t", "y": 180 },
    "north=true,east=true,south=false,west=true": { "model": "minecraft:block/red_pane_t", "y": 270 },
    "north=true,east=true,south=true,west=true": { "model": "minecraft:block/red_pane_cross" }
  }
}