summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/yellow_stained_glass_pane.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/blockstates/yellow_stained_glass_pane.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/blockstates/yellow_stained_glass_pane.json')
-rwxr-xr-xassets/minecraft/blockstates/yellow_stained_glass_pane.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/assets/minecraft/blockstates/yellow_stained_glass_pane.json
new file mode 100755
index 00000000..ef951f67
--- /dev/null
+++ b/assets/minecraft/blockstates/yellow_stained_glass_pane.json
@@ -0,0 +1,20 @@
1{
2 "variants": {
3 "north=false,east=false,south=false,west=false": { "model": "minecraft:block/yellow_pane_post" },
4 "north=true,east=false,south=false,west=false": { "model": "minecraft:block/yellow_pane_end" },
5 "north=false,east=true,south=false,west=false": { "model": "minecraft:block/yellow_pane_end", "y": 90 },
6 "north=false,east=false,south=true,west=false": { "model": "minecraft:block/yellow_pane_end", "y": 180 },
7 "north=false,east=false,south=false,west=true": { "model": "minecraft:block/yellow_pane_end", "y": 270 },
8 "north=true,east=false,south=true,west=false": { "model": "minecraft:block/yellow_pane_line" },
9 "north=false,east=true,south=false,west=true": { "model": "minecraft:block/yellow_pane_line", "y": 90 },
10 "north=true,east=true,south=false,west=false": { "model": "minecraft:block/yellow_pane_corner" },
11 "north=false,east=true,south=true,west=false": { "model": "minecraft:block/yellow_pane_corner", "y": 90 },
12 "north=false,east=false,south=true,west=true": { "model": "minecraft:block/yellow_pane_corner", "y": 180 },
13 "north=true,east=false,south=false,west=true": { "model": "minecraft:block/yellow_pane_corner", "y": 270 },
14 "north=true,east=true,south=true,west=false": { "model": "minecraft:block/yellow_pane_t" },
15 "north=false,east=true,south=true,west=true": { "model": "minecraft:block/yellow_pane_t", "y": 90 },
16 "north=true,east=false,south=true,west=true": { "model": "minecraft:block/yellow_pane_t", "y": 180 },
17 "north=true,east=true,south=false,west=true": { "model": "minecraft:block/yellow_pane_t", "y": 270 },
18 "north=true,east=true,south=true,west=true": { "model": "minecraft:block/yellow_pane_cross" }
19 }
20} \ No newline at end of file