diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/blockstates/red_stained_glass_pane.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/red_stained_glass_pane.json')
| -rwxr-xr-x | assets/minecraft/blockstates/red_stained_glass_pane.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/red_stained_glass_pane.json b/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100755 index 00000000..51e9013d --- /dev/null +++ b/assets/minecraft/blockstates/red_stained_glass_pane.json | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "north=false,east=false,south=false,west=false": { "model": "minecraft:block/red_pane_post" }, | ||
| 4 | "north=true,east=false,south=false,west=false": { "model": "minecraft:block/red_pane_end" }, | ||
| 5 | "north=false,east=true,south=false,west=false": { "model": "minecraft:block/red_pane_end", "y": 90 }, | ||
| 6 | "north=false,east=false,south=true,west=false": { "model": "minecraft:block/red_pane_end", "y": 180 }, | ||
| 7 | "north=false,east=false,south=false,west=true": { "model": "minecraft:block/red_pane_end", "y": 270 }, | ||
| 8 | "north=true,east=false,south=true,west=false": { "model": "minecraft:block/red_pane_line" }, | ||
| 9 | "north=false,east=true,south=false,west=true": { "model": "minecraft:block/red_pane_line", "y": 90 }, | ||
| 10 | "north=true,east=true,south=false,west=false": { "model": "minecraft:block/red_pane_corner" }, | ||
| 11 | "north=false,east=true,south=true,west=false": { "model": "minecraft:block/red_pane_corner", "y": 90 }, | ||
| 12 | "north=false,east=false,south=true,west=true": { "model": "minecraft:block/red_pane_corner", "y": 180 }, | ||
| 13 | "north=true,east=false,south=false,west=true": { "model": "minecraft:block/red_pane_corner", "y": 270 }, | ||
| 14 | "north=true,east=true,south=true,west=false": { "model": "minecraft:block/red_pane_t" }, | ||
| 15 | "north=false,east=true,south=true,west=true": { "model": "minecraft:block/red_pane_t", "y": 90 }, | ||
| 16 | "north=true,east=false,south=true,west=true": { "model": "minecraft:block/red_pane_t", "y": 180 }, | ||
| 17 | "north=true,east=true,south=false,west=true": { "model": "minecraft:block/red_pane_t", "y": 270 }, | ||
| 18 | "north=true,east=true,south=true,west=true": { "model": "minecraft:block/red_pane_cross" } | ||
| 19 | } | ||
| 20 | } \ No newline at end of file | ||