Solar Panel and Fence

Tweaked solar_top texture and redid solar_bottom.
Added Solar Fence
This commit is contained in:
PaulGoersCode
2023-04-04 17:02:04 -05:00
parent 73c906804b
commit e57a95bc9f
6 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,85 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "block/oak_planks",
"1": "hyperlighting:block/solar_top",
"2": "hyperlighting:block/solar_bottom",
"particle": "block/oak_planks"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 16, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
"faces": {
"north": {"uv": [6, 0, 10, 16], "texture": "#0"},
"east": {"uv": [6, 0, 10, 16], "texture": "#0"},
"south": {"uv": [6, 0, 10, 16], "texture": "#0"},
"west": {"uv": [6, 0, 10, 16], "texture": "#0"},
"up": {"uv": [6, 6, 10, 10], "texture": "#0"},
"down": {"uv": [6, 6, 10, 10], "texture": "#0"}
}
},
{
"from": [5, 16, 5],
"to": [11, 17, 11],
"rotation": {"angle": 0, "axis": "y", "origin": [8, 16, 8]},
"faces": {
"north": {"uv": [0, 0, 6, 1], "rotation": 180, "texture": "#1"},
"east": {"uv": [5, 0, 6, 6], "rotation": 90, "texture": "#1"},
"south": {"uv": [0, 5, 6, 6], "texture": "#1"},
"west": {"uv": [0, 0, 1, 6], "rotation": 270, "texture": "#1"},
"up": {"uv": [0, 0, 6, 6], "texture": "#1"},
"down": {"uv": [0, 0, 6, 6], "texture": "#1"}
}
},
{
"from": [4, 15, 4],
"to": [11, 16, 5],
"faces": {
"north": {"uv": [0, 0, 7, 1], "texture": "#2"},
"east": {"uv": [0, 1, 1, 3], "texture": "#2"},
"south": {"uv": [0, 0, 7, 1], "texture": "#2"},
"west": {"uv": [0, 1, 1, 3], "texture": "#2"},
"up": {"uv": [0, 0, 7, 1], "texture": "#2"},
"down": {"uv": [0, 0, 7, 1], "texture": "#2"}
}
},
{
"from": [4, 15, 11],
"to": [12, 16, 12],
"faces": {
"north": {"uv": [0, 15, 8, 16], "texture": "#1"},
"east": {"uv": [7, 15, 8, 16], "texture": "#1"},
"south": {"uv": [0, 15, 8, 16], "texture": "#1"},
"west": {"uv": [0, 15, 1, 16], "texture": "#1"},
"up": {"uv": [0, 15, 8, 16], "texture": "#1"},
"down": {"uv": [0, 15, 8, 16], "texture": "#1"}
}
},
{
"from": [4, 15, 5],
"to": [5, 16, 11],
"faces": {
"north": {"uv": [0, 0, 1, 2], "texture": "#2"},
"east": {"uv": [1, 0, 7, 1], "texture": "#2"},
"south": {"uv": [0, 0, 1, 2], "texture": "#2"},
"west": {"uv": [1, 0, 7, 1], "texture": "#2"},
"up": {"uv": [0, 2, 1, 8], "texture": "#2"},
"down": {"uv": [0, 2, 1, 8], "texture": "#2"}
}
},
{
"from": [11, 15, 4],
"to": [12, 16, 11],
"faces": {
"north": {"uv": [15, 0, 16, 1], "texture": "#1"},
"east": {"uv": [15, 0, 16, 7], "rotation": 90, "texture": "#1"},
"south": {"uv": [15, 6, 16, 7], "texture": "#1"},
"west": {"uv": [15, 0, 16, 7], "rotation": 270, "texture": "#1"},
"up": {"uv": [15, 0, 16, 7], "texture": "#1"},
"down": {"uv": [15, 0, 16, 7], "rotation": 180, "texture": "#1"}
}
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 B

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 709 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 B