diff --git a/Common/src/main/resources/assets/hyperlighting/models/block/solar_fence.json b/Common/src/main/resources/assets/hyperlighting/models/block/solar_fence.json new file mode 100644 index 0000000..e753350 --- /dev/null +++ b/Common/src/main/resources/assets/hyperlighting/models/block/solar_fence.json @@ -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"} + } + } + ] +} \ No newline at end of file diff --git a/Common/src/main/resources/assets/hyperlighting/textures/block/campfire/ashes.png b/Common/src/main/resources/assets/hyperlighting/textures/block/campfire/ashes.png index 9e1e82b..ff5aec8 100644 Binary files a/Common/src/main/resources/assets/hyperlighting/textures/block/campfire/ashes.png and b/Common/src/main/resources/assets/hyperlighting/textures/block/campfire/ashes.png differ diff --git a/Common/src/main/resources/assets/hyperlighting/textures/block/solar_bottom.png b/Common/src/main/resources/assets/hyperlighting/textures/block/solar_bottom.png new file mode 100644 index 0000000..ab7eef2 Binary files /dev/null and b/Common/src/main/resources/assets/hyperlighting/textures/block/solar_bottom.png differ diff --git a/Common/src/main/resources/assets/hyperlighting/textures/block/solar_bottom.png~ b/Common/src/main/resources/assets/hyperlighting/textures/block/solar_bottom.png~ new file mode 100644 index 0000000..16828cc Binary files /dev/null and b/Common/src/main/resources/assets/hyperlighting/textures/block/solar_bottom.png~ differ diff --git a/Common/src/main/resources/assets/hyperlighting/textures/block/solar_top.png b/Common/src/main/resources/assets/hyperlighting/textures/block/solar_top.png new file mode 100644 index 0000000..e288641 Binary files /dev/null and b/Common/src/main/resources/assets/hyperlighting/textures/block/solar_top.png differ diff --git a/Common/src/main/resources/assets/hyperlighting/textures/block/solar_top.png~ b/Common/src/main/resources/assets/hyperlighting/textures/block/solar_top.png~ new file mode 100644 index 0000000..c66b28c Binary files /dev/null and b/Common/src/main/resources/assets/hyperlighting/textures/block/solar_top.png~ differ