From 88e4e8852a5f1c33794abe430411b73c3ade507a Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jan 2024 02:25:44 +0200 Subject: Initial import --- .../blockstates/light_gray_stained_glass_pane.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 assets/minecraft/blockstates/light_gray_stained_glass_pane.json (limited to 'assets/minecraft/blockstates/light_gray_stained_glass_pane.json') diff --git a/assets/minecraft/blockstates/light_gray_stained_glass_pane.json b/assets/minecraft/blockstates/light_gray_stained_glass_pane.json new file mode 100755 index 00000000..89c5f898 --- /dev/null +++ b/assets/minecraft/blockstates/light_gray_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "north=false,east=false,south=false,west=false": { "model": "minecraft:block/light_gray_pane_post" }, + "north=true,east=false,south=false,west=false": { "model": "minecraft:block/light_gray_pane_end" }, + "north=false,east=true,south=false,west=false": { "model": "minecraft:block/light_gray_pane_end", "y": 90 }, + "north=false,east=false,south=true,west=false": { "model": "minecraft:block/light_gray_pane_end", "y": 180 }, + "north=false,east=false,south=false,west=true": { "model": "minecraft:block/light_gray_pane_end", "y": 270 }, + "north=true,east=false,south=true,west=false": { "model": "minecraft:block/light_gray_pane_line" }, + "north=false,east=true,south=false,west=true": { "model": "minecraft:block/light_gray_pane_line", "y": 90 }, + "north=true,east=true,south=false,west=false": { "model": "minecraft:block/light_gray_pane_corner" }, + "north=false,east=true,south=true,west=false": { "model": "minecraft:block/light_gray_pane_corner", "y": 90 }, + "north=false,east=false,south=true,west=true": { "model": "minecraft:block/light_gray_pane_corner", "y": 180 }, + "north=true,east=false,south=false,west=true": { "model": "minecraft:block/light_gray_pane_corner", "y": 270 }, + "north=true,east=true,south=true,west=false": { "model": "minecraft:block/light_gray_pane_t" }, + "north=false,east=true,south=true,west=true": { "model": "minecraft:block/light_gray_pane_t", "y": 90 }, + "north=true,east=false,south=true,west=true": { "model": "minecraft:block/light_gray_pane_t", "y": 180 }, + "north=true,east=true,south=false,west=true": { "model": "minecraft:block/light_gray_pane_t", "y": 270 }, + "north=true,east=true,south=true,west=true": { "model": "minecraft:block/light_gray_pane_cross" } + } +} \ No newline at end of file -- cgit v1.2.3