diff --git a/src/main/resources/assets/create/models/block/fluid_valve/block_horizontal_closed.json b/src/main/resources/assets/create/models/block/fluid_valve/block_horizontal_closed.json index 5037f42f2..9b1e9915d 100644 --- a/src/main/resources/assets/create/models/block/fluid_valve/block_horizontal_closed.json +++ b/src/main/resources/assets/create/models/block/fluid_valve/block_horizontal_closed.json @@ -2,8 +2,8 @@ "credit": "Made with Blockbench", "textures": { "2": "create:block/fluid_valve", - "3": "create:block/fluid_pipe", - "particle": "block/copper_block" + "4": "create:block/pipes", + "particle": "create:block/copper_plating" }, "elements": [ { @@ -12,32 +12,38 @@ "to": [14, 14, 14], "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 11]}, "faces": { - "north": {"uv": [0, 0, 6, 6], "texture": "#3"}, + "north": {"uv": [6, 6, 12, 12], "texture": "#2"}, "east": {"uv": [6, 0, 12, 6], "texture": "#2"}, "south": {"uv": [0, 0, 6, 6], "texture": "#2"}, "west": {"uv": [6, 0, 12, 6], "texture": "#2"}, - "up": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#3"}, - "down": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#3"} + "up": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#2"} } }, { - "from": [4, 14, 4], - "to": [12, 16, 12], + "from": [3, 14, 3], + "to": [13, 17, 13], + "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 6, 4, 7], "texture": "#3"}, - "east": {"uv": [0, 6, 4, 7], "texture": "#3"}, - "south": {"uv": [0, 6, 4, 7], "texture": "#3"}, - "west": {"uv": [0, 6, 4, 7], "texture": "#3"} + "north": {"uv": [4, 8, 9, 9.5], "texture": "#4"}, + "east": {"uv": [4, 8, 9, 9.5], "texture": "#4"}, + "south": {"uv": [4, 8, 9, 9.5], "texture": "#4"}, + "west": {"uv": [4, 8, 9, 9.5], "texture": "#4"}, + "up": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#4"}, + "down": {"uv": [0, 0, 0, 0], "rotation": 90, "texture": "#4"} } }, { - "from": [4, 0, 4], - "to": [12, 2, 12], + "from": [3, -1, 3], + "to": [13, 2, 13], + "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 7, 4, 6], "texture": "#3"}, - "east": {"uv": [0, 7, 4, 6], "texture": "#3"}, - "south": {"uv": [0, 7, 4, 6], "texture": "#3"}, - "west": {"uv": [0, 7, 4, 6], "texture": "#3"} + "north": {"uv": [4, 9.5, 9, 8], "texture": "#4"}, + "east": {"uv": [4, 9.5, 9, 8], "texture": "#4"}, + "south": {"uv": [4, 9.5, 9, 8], "texture": "#4"}, + "west": {"uv": [4, 9.5, 9, 8], "texture": "#4"}, + "up": {"uv": [0, 0, 0, 0], "rotation": 90, "texture": "#4"}, + "down": {"uv": [16, 11, 11, 16], "rotation": 90, "texture": "#4"} } } ] diff --git a/src/main/resources/assets/create/models/block/fluid_valve/block_horizontal_open.json b/src/main/resources/assets/create/models/block/fluid_valve/block_horizontal_open.json index eaddf6543..df9f1da18 100644 --- a/src/main/resources/assets/create/models/block/fluid_valve/block_horizontal_open.json +++ b/src/main/resources/assets/create/models/block/fluid_valve/block_horizontal_open.json @@ -2,8 +2,8 @@ "credit": "Made with Blockbench", "textures": { "2": "create:block/fluid_valve", - "3": "create:block/fluid_pipe", - "particle": "block/copper_block" + "4": "create:block/pipes", + "particle": "create:block/copper_plating" }, "elements": [ { @@ -12,32 +12,38 @@ "to": [14, 14, 14], "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 11]}, "faces": { - "north": {"uv": [0, 0, 6, 6], "texture": "#3"}, + "north": {"uv": [6, 6, 12, 12], "texture": "#2"}, "east": {"uv": [6, 0, 12, 6], "texture": "#2"}, "south": {"uv": [0, 6, 6, 12], "texture": "#2"}, "west": {"uv": [6, 0, 12, 6], "texture": "#2"}, - "up": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#3"}, - "down": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#3"} + "up": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#2"}, + "down": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#2"} } }, { - "from": [4, 14, 4], - "to": [12, 16, 12], + "from": [3, 14, 3], + "to": [13, 17, 13], + "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 6, 4, 7], "texture": "#3"}, - "east": {"uv": [0, 6, 4, 7], "texture": "#3"}, - "south": {"uv": [0, 6, 4, 7], "texture": "#3"}, - "west": {"uv": [0, 6, 4, 7], "texture": "#3"} + "north": {"uv": [4, 8, 9, 9.5], "texture": "#4"}, + "east": {"uv": [4, 8, 9, 9.5], "texture": "#4"}, + "south": {"uv": [4, 8, 9, 9.5], "texture": "#4"}, + "west": {"uv": [4, 8, 9, 9.5], "texture": "#4"}, + "up": {"uv": [11, 11, 16, 16], "rotation": 90, "texture": "#4"}, + "down": {"uv": [0, 0, 0, 0], "rotation": 90, "texture": "#4"} } }, { - "from": [4, 0, 4], - "to": [12, 2, 12], + "from": [3, -1, 3], + "to": [13, 2, 13], + "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 7, 4, 6], "texture": "#3"}, - "east": {"uv": [0, 7, 4, 6], "texture": "#3"}, - "south": {"uv": [0, 7, 4, 6], "texture": "#3"}, - "west": {"uv": [0, 7, 4, 6], "texture": "#3"} + "north": {"uv": [4, 9.5, 9, 8], "texture": "#4"}, + "east": {"uv": [4, 9.5, 9, 8], "texture": "#4"}, + "south": {"uv": [4, 9.5, 9, 8], "texture": "#4"}, + "west": {"uv": [4, 9.5, 9, 8], "texture": "#4"}, + "up": {"uv": [0, 0, 0, 0], "rotation": 90, "texture": "#4"}, + "down": {"uv": [16, 11, 11, 16], "rotation": 90, "texture": "#4"} } } ] diff --git a/src/main/resources/assets/create/models/block/fluid_valve/block_vertical_closed.json b/src/main/resources/assets/create/models/block/fluid_valve/block_vertical_closed.json index ac8accd83..35e2b33f9 100644 --- a/src/main/resources/assets/create/models/block/fluid_valve/block_vertical_closed.json +++ b/src/main/resources/assets/create/models/block/fluid_valve/block_vertical_closed.json @@ -2,8 +2,8 @@ "credit": "Made with Blockbench", "textures": { "2": "create:block/fluid_valve", - "3": "create:block/fluid_pipe", - "particle": "block/copper_block" + "3": "create:block/pipes", + "particle": "create:block/copper_plating" }, "elements": [ { @@ -12,32 +12,38 @@ "to": [14, 14, 14], "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 11]}, "faces": { - "north": {"uv": [0, 0, 6, 6], "texture": "#3"}, - "east": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#3"}, + "north": {"uv": [6, 6, 12, 12], "rotation": 90, "texture": "#2"}, + "east": {"uv": [6, 6, 12, 12], "rotation": 90, "texture": "#2"}, "south": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#2"}, - "west": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#3"}, + "west": {"uv": [6, 6, 12, 12], "rotation": 90, "texture": "#2"}, "up": {"uv": [6, 0, 12, 6], "rotation": 90, "texture": "#2"}, "down": {"uv": [6, 0, 12, 6], "rotation": 90, "texture": "#2"} } }, { - "from": [0, 4, 4], - "to": [2, 12, 12], + "from": [-1, 3, 3], + "to": [2, 13, 13], + "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 6, 4, 7], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 6, 4, 7], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 6, 4, 7], "rotation": 270, "texture": "#3"}, - "down": {"uv": [0, 6, 4, 7], "rotation": 270, "texture": "#3"} + "north": {"uv": [4, 8, 9, 9.5], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0, 0, 0, 0], "texture": "#3"}, + "south": {"uv": [4, 8, 9, 9.5], "rotation": 270, "texture": "#3"}, + "west": {"uv": [11, 11, 16, 16], "texture": "#3"}, + "up": {"uv": [4, 8, 9, 9.5], "rotation": 270, "texture": "#3"}, + "down": {"uv": [4, 8, 9, 9.5], "rotation": 270, "texture": "#3"} } }, { - "from": [14, 4, 4], - "to": [16, 12, 12], + "from": [14, 3, 3], + "to": [17, 13, 13], + "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 7, 4, 6], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 7, 4, 6], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 7, 4, 6], "rotation": 270, "texture": "#3"}, - "down": {"uv": [0, 7, 4, 6], "rotation": 270, "texture": "#3"} + "north": {"uv": [4, 9.5, 9, 8], "rotation": 90, "texture": "#3"}, + "east": {"uv": [16, 11, 11, 16], "texture": "#3"}, + "south": {"uv": [4, 9.5, 9, 8], "rotation": 270, "texture": "#3"}, + "west": {"uv": [0, 0, 0, 0], "texture": "#3"}, + "up": {"uv": [4, 9.5, 9, 8], "rotation": 270, "texture": "#3"}, + "down": {"uv": [4, 9.5, 9, 8], "rotation": 270, "texture": "#3"} } } ] diff --git a/src/main/resources/assets/create/models/block/fluid_valve/block_vertical_open.json b/src/main/resources/assets/create/models/block/fluid_valve/block_vertical_open.json index 5a2715ed4..b7f6efd56 100644 --- a/src/main/resources/assets/create/models/block/fluid_valve/block_vertical_open.json +++ b/src/main/resources/assets/create/models/block/fluid_valve/block_vertical_open.json @@ -2,8 +2,8 @@ "credit": "Made with Blockbench", "textures": { "2": "create:block/fluid_valve", - "3": "create:block/fluid_pipe", - "particle": "block/copper_block" + "3": "create:block/pipes", + "particle": "create:block/copper_plating" }, "elements": [ { @@ -12,32 +12,38 @@ "to": [14, 14, 14], "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 11]}, "faces": { - "north": {"uv": [0, 0, 6, 6], "texture": "#3"}, - "east": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#3"}, + "north": {"uv": [6, 6, 12, 12], "rotation": 90, "texture": "#2"}, + "east": {"uv": [6, 6, 12, 12], "rotation": 90, "texture": "#2"}, "south": {"uv": [0, 6, 6, 12], "rotation": 90, "texture": "#2"}, - "west": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#3"}, + "west": {"uv": [6, 6, 12, 12], "rotation": 90, "texture": "#2"}, "up": {"uv": [6, 0, 12, 6], "rotation": 90, "texture": "#2"}, "down": {"uv": [6, 0, 12, 6], "rotation": 90, "texture": "#2"} } }, { - "from": [0, 4, 4], - "to": [2, 12, 12], + "from": [-1, 3, 3], + "to": [2, 13, 13], + "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 6, 4, 7], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 6, 4, 7], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 6, 4, 7], "rotation": 270, "texture": "#3"}, - "down": {"uv": [0, 6, 4, 7], "rotation": 270, "texture": "#3"} + "north": {"uv": [4, 8, 9, 9.5], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0, 0, 0, 0], "texture": "#3"}, + "south": {"uv": [4, 8, 9, 9.5], "rotation": 270, "texture": "#3"}, + "west": {"uv": [11, 11, 16, 16], "texture": "#3"}, + "up": {"uv": [4, 8, 9, 9.5], "rotation": 270, "texture": "#3"}, + "down": {"uv": [4, 8, 9, 9.5], "rotation": 270, "texture": "#3"} } }, { - "from": [14, 4, 4], - "to": [16, 12, 12], + "from": [14, 3, 3], + "to": [17, 13, 13], + "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, "faces": { - "north": {"uv": [0, 7, 4, 6], "rotation": 90, "texture": "#3"}, - "south": {"uv": [0, 7, 4, 6], "rotation": 270, "texture": "#3"}, - "up": {"uv": [0, 7, 4, 6], "rotation": 270, "texture": "#3"}, - "down": {"uv": [0, 7, 4, 6], "rotation": 270, "texture": "#3"} + "north": {"uv": [4, 9.5, 9, 8], "rotation": 90, "texture": "#3"}, + "east": {"uv": [16, 11, 11, 16], "texture": "#3"}, + "south": {"uv": [4, 9.5, 9, 8], "rotation": 270, "texture": "#3"}, + "west": {"uv": [0, 0, 0, 0], "texture": "#3"}, + "up": {"uv": [4, 9.5, 9, 8], "rotation": 270, "texture": "#3"}, + "down": {"uv": [4, 9.5, 9, 8], "rotation": 270, "texture": "#3"} } } ] diff --git a/src/main/resources/assets/create/models/block/fluid_valve/item.json b/src/main/resources/assets/create/models/block/fluid_valve/item.json index 58f32f1f9..67c52a372 100644 --- a/src/main/resources/assets/create/models/block/fluid_valve/item.json +++ b/src/main/resources/assets/create/models/block/fluid_valve/item.json @@ -2,11 +2,11 @@ "credit": "Made with Blockbench", "textures": { "2": "create:block/fluid_valve", - "3": "create:block/fluid_pipe", + "3": "create:block/pipes", "4": "create:block/pump", "1_1": "create:block/axis_top", "1_0": "create:block/axis", - "particle": "block/copper_block" + "particle": "create:block/copper_plating" }, "elements": [ { @@ -16,11 +16,11 @@ "rotation": {"angle": 0, "axis": "y", "origin": [24, 11, 11]}, "faces": { "north": {"uv": [6, 0, 12, 6], "texture": "#2"}, - "east": {"uv": [0, 0, 6, 6], "texture": "#3"}, + "east": {"uv": [6, 6, 12, 12], "texture": "#2"}, "south": {"uv": [6, 0, 12, 6], "texture": "#2"}, - "west": {"uv": [0, 0, 6, 6], "texture": "#3"}, + "west": {"uv": [6, 6, 12, 12], "texture": "#2"}, "up": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#2"}, - "down": {"uv": [0, 0, 6, 6], "rotation": 90, "texture": "#3"} + "down": {"uv": [6, 6, 12, 12], "texture": "#2"} } }, { @@ -37,8 +37,8 @@ } }, { - "from": [2.5, 14.1, 9.5], - "to": [4.5, 15.1, 11.5], + "from": [5, 14.1, 7], + "to": [7, 15.1, 9], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, "faces": { "north": {"uv": [12, 2, 13, 4], "rotation": 270, "texture": "#4"}, @@ -50,8 +50,8 @@ } }, { - "from": [2.5, 14.1, 11.5], - "to": [6.5, 15.1, 13.5], + "from": [5, 14.1, 9], + "to": [9, 15.1, 11], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, "faces": { "north": {"uv": [12, 0, 13, 4], "rotation": 90, "texture": "#4"}, @@ -63,8 +63,8 @@ } }, { - "from": [9.5, 14.1, 2.5], - "to": [11.5, 15.1, 4.5], + "from": [7, 14.1, 5], + "to": [9, 15.1, 7], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, "faces": { "north": {"uv": [14, 3, 12, 4], "rotation": 180, "texture": "#4"}, @@ -76,8 +76,8 @@ } }, { - "from": [11.5, 14.1, 2.5], - "to": [13.5, 15.1, 6.5], + "from": [9, 14.1, 5], + "to": [11, 15.1, 9], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, "faces": { "north": {"uv": [14, 3, 12, 4], "texture": "#4"}, @@ -90,58 +90,37 @@ }, { "name": "Center", - "from": [6.5, 14, 6.5], - "to": [9.5, 16, 9.5], + "from": [7, 14, 7], + "to": [9, 16, 9], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 15, 8]}, "faces": { - "north": {"uv": [6, 8.5, 7.5, 9.5], "texture": "#2"}, - "east": {"uv": [6, 8.5, 7.5, 9.5], "texture": "#2"}, - "south": {"uv": [6, 8.5, 7.5, 9.5], "texture": "#2"}, - "west": {"uv": [6, 8.5, 7.5, 9.5], "texture": "#2"}, - "up": {"uv": [6, 10, 7.5, 11.5], "texture": "#2"} - } - }, - { - "name": "WestPointer", - "from": [7, 14, 9], - "to": [9, 15, 13], - "faces": { - "east": {"uv": [9.5, 9.5, 7.5, 10], "texture": "#2"}, - "south": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "west": {"uv": [9.5, 9.5, 7.5, 10], "texture": "#2"}, - "up": {"uv": [9.5, 8.5, 7.5, 9.5], "rotation": 90, "texture": "#2"} - } - }, - { - "name": "WestPointer", - "from": [7, 14, 3], - "to": [9, 15, 7], - "faces": { - "north": {"uv": [7.5, 9.5, 7, 10], "texture": "#2"}, - "east": {"uv": [9.5, 9.5, 7.5, 10], "texture": "#2"}, - "west": {"uv": [9.5, 9.5, 7.5, 10], "texture": "#2"}, - "up": {"uv": [9.5, 8.5, 7.5, 9.5], "rotation": 90, "texture": "#2"} + "north": {"uv": [12.5, 0, 12, 1], "rotation": 90, "texture": "#2"}, + "east": {"uv": [13, 0.5, 12, 1], "texture": "#2"}, + "south": {"uv": [12, 0.5, 13, 1], "texture": "#2"}, + "west": {"uv": [12, 1, 12.5, 0], "rotation": 90, "texture": "#2"}, + "up": {"uv": [12, 0, 13, 1], "texture": "#2"} } }, { "from": [-1, 3, 3], "to": [2, 13, 13], "faces": { - "north": {"uv": [6, 5, 11, 6.5], "rotation": 270, "texture": "#3"}, - "south": {"uv": [6, 5, 11, 6.5], "rotation": 90, "texture": "#3"}, - "west": {"uv": [6, 0, 11, 5], "texture": "#3"}, - "up": {"uv": [6, 5, 11, 6.5], "rotation": 90, "texture": "#3"}, - "down": {"uv": [6, 5, 11, 6.5], "rotation": 90, "texture": "#3"} + "north": {"uv": [4, 8, 9, 9.5], "rotation": 90, "texture": "#3"}, + "south": {"uv": [4, 8, 9, 9.5], "rotation": 270, "texture": "#3"}, + "west": {"uv": [11, 11, 16, 16], "texture": "#3"}, + "up": {"uv": [4, 8, 9, 9.5], "rotation": 270, "texture": "#3"}, + "down": {"uv": [4, 8, 9, 9.5], "rotation": 270, "texture": "#3"} } }, { "from": [14, 3, 3], "to": [17, 13, 13], "faces": { - "north": {"uv": [6, 6.5, 11, 5], "rotation": 270, "texture": "#3"}, - "east": {"uv": [11, 0, 6, 5], "texture": "#3"}, - "south": {"uv": [6, 6.5, 11, 5], "rotation": 90, "texture": "#3"}, - "up": {"uv": [6, 6.5, 11, 5], "rotation": 90, "texture": "#3"}, - "down": {"uv": [6, 6.5, 11, 5], "rotation": 90, "texture": "#3"} + "north": {"uv": [4, 9.5, 9, 8], "rotation": 90, "texture": "#3"}, + "east": {"uv": [16, 11, 11, 16], "texture": "#3"}, + "south": {"uv": [4, 9.5, 9, 8], "rotation": 270, "texture": "#3"}, + "up": {"uv": [4, 9.5, 9, 8], "rotation": 270, "texture": "#3"}, + "down": {"uv": [4, 9.5, 9, 8], "rotation": 270, "texture": "#3"} } } ], @@ -176,25 +155,35 @@ "scale": [0.5, 0.5, 0.5] } }, - "groups": [0, + "groups": [ + 0, { "name": "shaft", "origin": [8, 8, 8], + "color": 0, "children": [1] }, { "name": "Pointer", "origin": [7.5, 14, 8], + "color": 0, "children": [ { "name": "arrow", "origin": [8, 8, 8], + "color": 0, "children": [2, 3] }, { "name": "arrow", "origin": [8, 8, 8], + "color": 0, "children": [4, 5] - }, 6, 7, 8] - }, 9, 10] + }, + 6 + ] + }, + 7, + 8 + ] } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/fluid_valve/pointer.json b/src/main/resources/assets/create/models/block/fluid_valve/pointer.json index eb686e2a8..cbab70cf4 100644 --- a/src/main/resources/assets/create/models/block/fluid_valve/pointer.json +++ b/src/main/resources/assets/create/models/block/fluid_valve/pointer.json @@ -2,12 +2,13 @@ "credit": "Made with Blockbench", "textures": { "2": "create:block/fluid_valve", - "4": "create:block/pump" + "4": "create:block/pump", + "particle": "create:block/copper_plating" }, "elements": [ { - "from": [2.5, 14.1, 9.5], - "to": [4.5, 15.1, 11.5], + "from": [5, 14.1, 7], + "to": [7, 15.1, 9], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, "faces": { "north": {"uv": [12, 2, 13, 4], "rotation": 270, "texture": "#4"}, @@ -19,8 +20,8 @@ } }, { - "from": [2.5, 14.1, 11.5], - "to": [6.5, 15.1, 13.5], + "from": [5, 14.1, 9], + "to": [9, 15.1, 11], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, "faces": { "north": {"uv": [12, 0, 13, 4], "rotation": 90, "texture": "#4"}, @@ -32,8 +33,8 @@ } }, { - "from": [9.5, 14.1, 2.5], - "to": [11.5, 15.1, 4.5], + "from": [7, 14.1, 5], + "to": [9, 15.1, 7], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, "faces": { "north": {"uv": [14, 3, 12, 4], "rotation": 180, "texture": "#4"}, @@ -45,8 +46,8 @@ } }, { - "from": [11.5, 14.1, 2.5], - "to": [13.5, 15.1, 6.5], + "from": [9, 14.1, 5], + "to": [11, 15.1, 9], "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, "faces": { "north": {"uv": [14, 3, 12, 4], "texture": "#4"}, @@ -59,37 +60,69 @@ }, { "name": "Center", - "from": [6.5, 14, 6.5], - "to": [9.5, 16, 9.5], + "from": [7, 14, 7], + "to": [9, 16, 9], + "rotation": {"angle": 45, "axis": "y", "origin": [8, 15, 8]}, "faces": { - "north": {"uv": [6, 8.5, 7.5, 9.5], "texture": "#2"}, - "east": {"uv": [6, 8.5, 7.5, 9.5], "texture": "#2"}, - "south": {"uv": [6, 8.5, 7.5, 9.5], "texture": "#2"}, - "west": {"uv": [6, 8.5, 7.5, 9.5], "texture": "#2"}, - "up": {"uv": [6, 10, 7.5, 11.5], "texture": "#2"} + "north": {"uv": [12.5, 0, 12, 1], "rotation": 90, "texture": "#2"}, + "east": {"uv": [13, 0.5, 12, 1], "texture": "#2"}, + "south": {"uv": [12, 0.5, 13, 1], "texture": "#2"}, + "west": {"uv": [12, 1, 12.5, 0], "rotation": 90, "texture": "#2"}, + "up": {"uv": [12, 0, 13, 1], "texture": "#2"} } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] }, - { - "name": "WestPointer", - "from": [7, 14, 9], - "to": [9, 15, 13], - "faces": { - "east": {"uv": [9.5, 9.5, 7.5, 10], "texture": "#2"}, - "south": {"uv": [7, 9.5, 7.5, 10], "texture": "#2"}, - "west": {"uv": [9.5, 9.5, 7.5, 10], "texture": "#2"}, - "up": {"uv": [9.5, 8.5, 7.5, 9.5], "rotation": 90, "texture": "#2"} - } + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 135, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ { - "name": "WestPointer", - "from": [7, 14, 3], - "to": [9, 15, 7], - "faces": { - "north": {"uv": [7.5, 9.5, 7, 10], "texture": "#2"}, - "east": {"uv": [9.5, 9.5, 7.5, 10], "texture": "#2"}, - "west": {"uv": [9.5, 9.5, 7.5, 10], "texture": "#2"}, - "up": {"uv": [9.5, 8.5, 7.5, 9.5], "rotation": 90, "texture": "#2"} - } + "name": "Pointer", + "origin": [7.5, 14, 8], + "color": 0, + "children": [ + { + "name": "arrow", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1] + }, + { + "name": "arrow", + "origin": [8, 8, 8], + "color": 0, + "children": [2, 3] + }, + 4 + ] } ] } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/smart_fluid_pipe/block.json b/src/main/resources/assets/create/models/block/smart_fluid_pipe/block.json index fcce391f5..1c6f46f14 100644 --- a/src/main/resources/assets/create/models/block/smart_fluid_pipe/block.json +++ b/src/main/resources/assets/create/models/block/smart_fluid_pipe/block.json @@ -2,20 +2,19 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "1": "create:block/fluid_pipe", + "1": "create:block/pipes", "2": "create:block/smart_pipe_1", "3": "create:block/smart_pipe_2", - "5": "create:block/brass_block", - "particle": "create:block/brass_block" + "particle": "create:block/copper_plating" }, "elements": [ { "from": [3, 3, 3], "to": [13, 13, 13], "faces": { - "north": {"uv": [3, 3, 13, 13], "rotation": 180, "texture": "#5"}, + "north": {"uv": [3, 3, 4, 13], "texture": "#2"}, "east": {"uv": [3, 3, 13, 13], "rotation": 180, "texture": "#2"}, - "south": {"uv": [3, 3, 13, 13], "rotation": 180, "texture": "#5"}, + "south": {"uv": [3, 3, 4, 13], "texture": "#2"}, "west": {"uv": [3, 3, 13, 13], "rotation": 180, "texture": "#2"}, "up": {"uv": [3, 3, 13, 13], "rotation": 270, "texture": "#2"}, "down": {"uv": [3, 3, 13, 13], "rotation": 90, "texture": "#2"} @@ -44,28 +43,28 @@ } }, { - "from": [4.5, 5, 4.15], + "from": [4.5, 5, 7.15], "to": [11.5, 12, 13.15], "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, "faces": { - "north": {"uv": [0, 7, 7, 14], "texture": "#3"}, - "east": {"uv": [0, 0, 9, 7], "texture": "#3"}, - "west": {"uv": [0, 0, 9, 7], "rotation": 180, "texture": "#3"}, - "up": {"uv": [0, 0, 9, 7], "rotation": 270, "texture": "#3"}, - "down": {"uv": [0, 0, 9, 7], "rotation": 90, "texture": "#3"} + "north": {"uv": [1, 9, 7, 15], "texture": "#3"}, + "east": {"uv": [0, 0, 6, 7], "texture": "#3"}, + "west": {"uv": [0, 0, 6, 7], "rotation": 180, "texture": "#3"}, + "up": {"uv": [0, 0, 6, 7], "rotation": 270, "texture": "#3"}, + "down": {"uv": [0, 0, 6, 7], "rotation": 90, "texture": "#3"} } }, { - "from": [3.9, 4.4, 5.15], + "from": [3.9, 4.4, 4.15], "to": [12.1, 12.6, 7.15], "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, "faces": { "north": {"uv": [8, 8, 16, 16], "texture": "#3"}, - "east": {"uv": [14, 0, 16, 8], "texture": "#3"}, - "south": {"uv": [8, 8, 16, 16], "texture": "#3"}, - "west": {"uv": [14, 0, 16, 8], "rotation": 180, "texture": "#3"}, - "up": {"uv": [14, 0, 16, 8], "rotation": 270, "texture": "#3"}, - "down": {"uv": [14, 0, 16, 8], "rotation": 90, "texture": "#3"} + "east": {"uv": [13, 0, 16, 8], "texture": "#3"}, + "south": {"uv": [0, 8, 8, 16], "texture": "#3"}, + "west": {"uv": [13, 0, 16, 8], "rotation": 180, "texture": "#3"}, + "up": {"uv": [13, 0, 16, 8], "rotation": 270, "texture": "#3"}, + "down": {"uv": [13, 0, 16, 8], "rotation": 90, "texture": "#3"} } } ] diff --git a/src/main/resources/assets/create/models/block/smart_fluid_pipe/item.json b/src/main/resources/assets/create/models/block/smart_fluid_pipe/item.json index 460f0e833..227c43e81 100644 --- a/src/main/resources/assets/create/models/block/smart_fluid_pipe/item.json +++ b/src/main/resources/assets/create/models/block/smart_fluid_pipe/item.json @@ -2,18 +2,19 @@ "credit": "Made with Blockbench", "parent": "block/block", "textures": { - "1": "create:block/fluid_pipe", + "1": "create:block/pipes", "2": "create:block/smart_pipe_1", - "3": "create:block/smart_pipe_2" + "3": "create:block/smart_pipe_2", + "particle": "create:block/copper_plating" }, "elements": [ { "from": [3, 3, 3], "to": [13, 13, 13], "faces": { - "north": {"uv": [8, 9, 9, 10], "rotation": 180, "texture": "#3"}, + "north": {"uv": [3, 3, 4, 13], "texture": "#2"}, "east": {"uv": [3, 3, 13, 13], "rotation": 180, "texture": "#2"}, - "south": {"uv": [8, 9, 9, 10], "rotation": 180, "texture": "#3"}, + "south": {"uv": [3, 3, 4, 13], "texture": "#2"}, "west": {"uv": [3, 3, 13, 13], "rotation": 180, "texture": "#2"}, "up": {"uv": [3, 3, 13, 13], "rotation": 270, "texture": "#2"}, "down": {"uv": [3, 3, 13, 13], "rotation": 90, "texture": "#2"} @@ -46,12 +47,12 @@ "to": [13, 13, 2], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 0]}, "faces": { - "north": {"uv": [6, 0, 11, 5], "rotation": 180, "texture": "#1"}, - "east": {"uv": [6, 6, 11, 5], "rotation": 90, "texture": "#1"}, - "south": {"uv": [6, 0, 11, 5], "rotation": 180, "texture": "#1"}, - "west": {"uv": [6, 6, 11, 5], "rotation": 90, "texture": "#1"}, - "up": {"uv": [6, 6, 11, 5], "rotation": 180, "texture": "#1"}, - "down": {"uv": [6, 6, 11, 5], "texture": "#1"} + "north": {"uv": [11, 11, 16, 16], "rotation": 180, "texture": "#1"}, + "east": {"uv": [4, 9.5, 9, 8.5], "rotation": 270, "texture": "#1"}, + "south": {"uv": [6, 11, 11, 16], "rotation": 180, "texture": "#1"}, + "west": {"uv": [4, 9.5, 9, 8.5], "rotation": 90, "texture": "#1"}, + "up": {"uv": [4, 9.5, 9, 8.5], "rotation": 180, "texture": "#1"}, + "down": {"uv": [4, 9.5, 9, 8.5], "texture": "#1"} } }, { @@ -59,38 +60,69 @@ "to": [13, 13, 16], "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 16]}, "faces": { - "north": {"uv": [11, 0, 6, 5], "rotation": 180, "texture": "#1"}, - "east": {"uv": [6, 5, 11, 6], "rotation": 90, "texture": "#1"}, - "south": {"uv": [11, 0, 6, 5], "rotation": 180, "texture": "#1"}, - "west": {"uv": [6, 5, 11, 6], "rotation": 90, "texture": "#1"}, - "up": {"uv": [6, 5, 11, 6], "rotation": 180, "texture": "#1"}, - "down": {"uv": [6, 5, 11, 6], "texture": "#1"} + "north": {"uv": [11, 11, 6, 16], "rotation": 180, "texture": "#1"}, + "east": {"uv": [4, 8.5, 9, 9.5], "rotation": 270, "texture": "#1"}, + "south": {"uv": [16, 11, 11, 16], "rotation": 180, "texture": "#1"}, + "west": {"uv": [4, 8.5, 9, 9.5], "rotation": 90, "texture": "#1"}, + "up": {"uv": [4, 8.5, 9, 9.5], "rotation": 180, "texture": "#1"}, + "down": {"uv": [4, 8.5, 9, 9.5], "texture": "#1"} } }, { - "from": [4.5, 5, 4.15], + "from": [4.5, 5, 7.15], "to": [11.5, 12, 13.15], "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, "faces": { - "north": {"uv": [0, 7, 7, 14], "texture": "#3"}, - "east": {"uv": [0, 0, 9, 7], "texture": "#3"}, - "west": {"uv": [0, 0, 9, 7], "rotation": 180, "texture": "#3"}, - "up": {"uv": [0, 0, 9, 7], "rotation": 270, "texture": "#3"}, - "down": {"uv": [0, 0, 9, 7], "rotation": 90, "texture": "#3"} + "north": {"uv": [1, 9, 7, 15], "texture": "#3"}, + "east": {"uv": [0, 0, 6, 7], "texture": "#3"}, + "west": {"uv": [0, 0, 6, 7], "rotation": 180, "texture": "#3"}, + "up": {"uv": [0, 0, 6, 7], "rotation": 270, "texture": "#3"}, + "down": {"uv": [0, 0, 6, 7], "rotation": 90, "texture": "#3"} } }, { - "from": [3.9, 4.4, 5.15], + "from": [3.9, 4.4, 4.15], "to": [12.1, 12.6, 7.15], "rotation": {"angle": 45, "axis": "x", "origin": [8, 12, 13]}, "faces": { "north": {"uv": [8, 8, 16, 16], "texture": "#3"}, - "east": {"uv": [14, 0, 16, 8], "texture": "#3"}, - "south": {"uv": [8, 8, 16, 16], "texture": "#3"}, - "west": {"uv": [14, 0, 16, 8], "rotation": 180, "texture": "#3"}, - "up": {"uv": [14, 0, 16, 8], "rotation": 270, "texture": "#3"}, - "down": {"uv": [14, 0, 16, 8], "rotation": 90, "texture": "#3"} + "east": {"uv": [13, 0, 16, 8], "texture": "#3"}, + "south": {"uv": [0, 8, 8, 16], "texture": "#3"}, + "west": {"uv": [13, 0, 16, 8], "rotation": 180, "texture": "#3"}, + "up": {"uv": [13, 0, 16, 8], "rotation": 270, "texture": "#3"}, + "down": {"uv": [13, 0, 16, 8], "rotation": 90, "texture": "#3"} } } - ] + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 3, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "fixed": { + "scale": [0.5, 0.5, 0.5] + } + } } \ No newline at end of file diff --git a/src/main/resources/assets/create/textures/block/copper_casing.png b/src/main/resources/assets/create/textures/block/copper_casing.png index df360488c..13e6b5e0d 100644 Binary files a/src/main/resources/assets/create/textures/block/copper_casing.png and b/src/main/resources/assets/create/textures/block/copper_casing.png differ diff --git a/src/main/resources/assets/create/textures/block/copper_casing_connected.png b/src/main/resources/assets/create/textures/block/copper_casing_connected.png index 9cd000972..f7f3e1f75 100644 Binary files a/src/main/resources/assets/create/textures/block/copper_casing_connected.png and b/src/main/resources/assets/create/textures/block/copper_casing_connected.png differ diff --git a/src/main/resources/assets/create/textures/block/encased_pipe.png b/src/main/resources/assets/create/textures/block/encased_pipe.png index 55aa9f498..10389aa1c 100644 Binary files a/src/main/resources/assets/create/textures/block/encased_pipe.png and b/src/main/resources/assets/create/textures/block/encased_pipe.png differ diff --git a/src/main/resources/assets/create/textures/block/fluid_valve.png b/src/main/resources/assets/create/textures/block/fluid_valve.png index 21bb7083d..90d6d5e70 100644 Binary files a/src/main/resources/assets/create/textures/block/fluid_valve.png and b/src/main/resources/assets/create/textures/block/fluid_valve.png differ diff --git a/src/main/resources/assets/create/textures/block/glass_fluid_pipe.png b/src/main/resources/assets/create/textures/block/glass_fluid_pipe.png index 13457c4c0..ffe16c328 100644 Binary files a/src/main/resources/assets/create/textures/block/glass_fluid_pipe.png and b/src/main/resources/assets/create/textures/block/glass_fluid_pipe.png differ diff --git a/src/main/resources/assets/create/textures/block/hose_pulley_magnet.png b/src/main/resources/assets/create/textures/block/hose_pulley_magnet.png index cd5fff200..d1036793e 100644 Binary files a/src/main/resources/assets/create/textures/block/hose_pulley_magnet.png and b/src/main/resources/assets/create/textures/block/hose_pulley_magnet.png differ diff --git a/src/main/resources/assets/create/textures/block/portable_fluid_interface.png b/src/main/resources/assets/create/textures/block/portable_fluid_interface.png index e5e17c6c6..5edb32cea 100644 Binary files a/src/main/resources/assets/create/textures/block/portable_fluid_interface.png and b/src/main/resources/assets/create/textures/block/portable_fluid_interface.png differ diff --git a/src/main/resources/assets/create/textures/block/pump.png b/src/main/resources/assets/create/textures/block/pump.png index fc29f83d0..e5f760b74 100644 Binary files a/src/main/resources/assets/create/textures/block/pump.png and b/src/main/resources/assets/create/textures/block/pump.png differ diff --git a/src/main/resources/assets/create/textures/block/smart_pipe_1.png b/src/main/resources/assets/create/textures/block/smart_pipe_1.png index ee16bd88d..bda4440dd 100644 Binary files a/src/main/resources/assets/create/textures/block/smart_pipe_1.png and b/src/main/resources/assets/create/textures/block/smart_pipe_1.png differ diff --git a/src/main/resources/assets/create/textures/block/smart_pipe_2.png b/src/main/resources/assets/create/textures/block/smart_pipe_2.png index 8ccdf8bc1..9879ad8d5 100644 Binary files a/src/main/resources/assets/create/textures/block/smart_pipe_2.png and b/src/main/resources/assets/create/textures/block/smart_pipe_2.png differ diff --git a/src/main/resources/assets/create/textures/item/andesite_alloy.png b/src/main/resources/assets/create/textures/item/andesite_alloy.png index 9dbe1cfc3..78842743c 100644 Binary files a/src/main/resources/assets/create/textures/item/andesite_alloy.png and b/src/main/resources/assets/create/textures/item/andesite_alloy.png differ diff --git a/src/main/resources/assets/create/textures/item/brass_hand.png b/src/main/resources/assets/create/textures/item/brass_hand.png index f6b2033ab..1bdf7641a 100644 Binary files a/src/main/resources/assets/create/textures/item/brass_hand.png and b/src/main/resources/assets/create/textures/item/brass_hand.png differ diff --git a/src/main/resources/assets/create/textures/item/brass_ingot.png b/src/main/resources/assets/create/textures/item/brass_ingot.png index d4ab26132..fc1d77b24 100644 Binary files a/src/main/resources/assets/create/textures/item/brass_ingot.png and b/src/main/resources/assets/create/textures/item/brass_ingot.png differ diff --git a/src/main/resources/assets/create/textures/item/brass_nugget.png b/src/main/resources/assets/create/textures/item/brass_nugget.png index bd75c2e03..23173788e 100644 Binary files a/src/main/resources/assets/create/textures/item/brass_nugget.png and b/src/main/resources/assets/create/textures/item/brass_nugget.png differ diff --git a/src/main/resources/assets/create/textures/item/brass_sheet.png b/src/main/resources/assets/create/textures/item/brass_sheet.png index 2b638333a..95ca54c0f 100644 Binary files a/src/main/resources/assets/create/textures/item/brass_sheet.png and b/src/main/resources/assets/create/textures/item/brass_sheet.png differ diff --git a/src/main/resources/assets/create/textures/item/copper_ingot.png b/src/main/resources/assets/create/textures/item/copper_ingot.png index 40c855c47..45a6f4f88 100644 Binary files a/src/main/resources/assets/create/textures/item/copper_ingot.png and b/src/main/resources/assets/create/textures/item/copper_ingot.png differ diff --git a/src/main/resources/assets/create/textures/item/copper_nugget.png b/src/main/resources/assets/create/textures/item/copper_nugget.png index 024bb4e5d..0717ed2c6 100644 Binary files a/src/main/resources/assets/create/textures/item/copper_nugget.png and b/src/main/resources/assets/create/textures/item/copper_nugget.png differ diff --git a/src/main/resources/assets/create/textures/item/copper_sheet.png b/src/main/resources/assets/create/textures/item/copper_sheet.png index 789c79e8a..59bf1848f 100644 Binary files a/src/main/resources/assets/create/textures/item/copper_sheet.png and b/src/main/resources/assets/create/textures/item/copper_sheet.png differ diff --git a/src/main/resources/assets/create/textures/item/crafter_slot_cover.png b/src/main/resources/assets/create/textures/item/crafter_slot_cover.png index 3cd7ffe6a..a4a22d9dd 100644 Binary files a/src/main/resources/assets/create/textures/item/crafter_slot_cover.png and b/src/main/resources/assets/create/textures/item/crafter_slot_cover.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_aluminum_ore.png b/src/main/resources/assets/create/textures/item/crushed_aluminum_ore.png index ee88f3825..a81b2e08b 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_aluminum_ore.png and b/src/main/resources/assets/create/textures/item/crushed_aluminum_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_brass.png b/src/main/resources/assets/create/textures/item/crushed_brass.png index 0aaa3b529..2fc7ffec7 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_brass.png and b/src/main/resources/assets/create/textures/item/crushed_brass.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_copper_ore.png b/src/main/resources/assets/create/textures/item/crushed_copper_ore.png index 5fec747f0..8e84fa596 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_copper_ore.png and b/src/main/resources/assets/create/textures/item/crushed_copper_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_gold_ore.png b/src/main/resources/assets/create/textures/item/crushed_gold_ore.png index fd8078d8f..3aab3ffb5 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_gold_ore.png and b/src/main/resources/assets/create/textures/item/crushed_gold_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_iron_ore.png b/src/main/resources/assets/create/textures/item/crushed_iron_ore.png index d26df4147..6841274e2 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_iron_ore.png and b/src/main/resources/assets/create/textures/item/crushed_iron_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_lead_ore.png b/src/main/resources/assets/create/textures/item/crushed_lead_ore.png index dcda45cb2..68c5675fc 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_lead_ore.png and b/src/main/resources/assets/create/textures/item/crushed_lead_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_nickel_ore.png b/src/main/resources/assets/create/textures/item/crushed_nickel_ore.png index 5de85901b..c778bcd1c 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_nickel_ore.png and b/src/main/resources/assets/create/textures/item/crushed_nickel_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_osmium_ore.png b/src/main/resources/assets/create/textures/item/crushed_osmium_ore.png index 1dedc49d0..8ab84e5f7 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_osmium_ore.png and b/src/main/resources/assets/create/textures/item/crushed_osmium_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_platinum_ore.png b/src/main/resources/assets/create/textures/item/crushed_platinum_ore.png index 24edc97b7..a49d27cb5 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_platinum_ore.png and b/src/main/resources/assets/create/textures/item/crushed_platinum_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_quicksilver_ore.png b/src/main/resources/assets/create/textures/item/crushed_quicksilver_ore.png index 25991f468..c188bb426 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_quicksilver_ore.png and b/src/main/resources/assets/create/textures/item/crushed_quicksilver_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_silver_ore.png b/src/main/resources/assets/create/textures/item/crushed_silver_ore.png index b2c8f1cb9..ddbbdc22d 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_silver_ore.png and b/src/main/resources/assets/create/textures/item/crushed_silver_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_tin_ore.png b/src/main/resources/assets/create/textures/item/crushed_tin_ore.png index 884a124f1..1a4013887 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_tin_ore.png and b/src/main/resources/assets/create/textures/item/crushed_tin_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_uranium_ore.png b/src/main/resources/assets/create/textures/item/crushed_uranium_ore.png index 8af9c7e91..3b19f36a5 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_uranium_ore.png and b/src/main/resources/assets/create/textures/item/crushed_uranium_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/crushed_zinc_ore.png b/src/main/resources/assets/create/textures/item/crushed_zinc_ore.png index 6057f8543..3ffc67be0 100644 Binary files a/src/main/resources/assets/create/textures/item/crushed_zinc_ore.png and b/src/main/resources/assets/create/textures/item/crushed_zinc_ore.png differ diff --git a/src/main/resources/assets/create/textures/item/electron_tube.png b/src/main/resources/assets/create/textures/item/electron_tube.png index 7eb58c925..e7faa9c0d 100644 Binary files a/src/main/resources/assets/create/textures/item/electron_tube.png and b/src/main/resources/assets/create/textures/item/electron_tube.png differ diff --git a/src/main/resources/assets/create/textures/item/empty_schematic.png b/src/main/resources/assets/create/textures/item/empty_schematic.png index 7277bc2eb..17f4bb53e 100644 Binary files a/src/main/resources/assets/create/textures/item/empty_schematic.png and b/src/main/resources/assets/create/textures/item/empty_schematic.png differ diff --git a/src/main/resources/assets/create/textures/item/incomplete_precision_mechanism.png b/src/main/resources/assets/create/textures/item/incomplete_precision_mechanism.png index 7603af6b0..6825a7cc2 100644 Binary files a/src/main/resources/assets/create/textures/item/incomplete_precision_mechanism.png and b/src/main/resources/assets/create/textures/item/incomplete_precision_mechanism.png differ diff --git a/src/main/resources/assets/create/textures/item/minecart_coupling.png b/src/main/resources/assets/create/textures/item/minecart_coupling.png index a91eacc4f..544eeab34 100644 Binary files a/src/main/resources/assets/create/textures/item/minecart_coupling.png and b/src/main/resources/assets/create/textures/item/minecart_coupling.png differ diff --git a/src/main/resources/assets/create/textures/item/polished_rose_quartz.png b/src/main/resources/assets/create/textures/item/polished_rose_quartz.png index 494e8d694..dae6776f0 100644 Binary files a/src/main/resources/assets/create/textures/item/polished_rose_quartz.png and b/src/main/resources/assets/create/textures/item/polished_rose_quartz.png differ diff --git a/src/main/resources/assets/create/textures/item/precision_mechanism.png b/src/main/resources/assets/create/textures/item/precision_mechanism.png index f9b7abaa7..44f7be6b6 100644 Binary files a/src/main/resources/assets/create/textures/item/precision_mechanism.png and b/src/main/resources/assets/create/textures/item/precision_mechanism.png differ diff --git a/src/main/resources/assets/create/textures/item/propeller.png b/src/main/resources/assets/create/textures/item/propeller.png index 26d711f5d..78d5840bd 100644 Binary files a/src/main/resources/assets/create/textures/item/propeller.png and b/src/main/resources/assets/create/textures/item/propeller.png differ diff --git a/src/main/resources/assets/create/textures/item/red_sand_paper.png b/src/main/resources/assets/create/textures/item/red_sand_paper.png index 87b77f379..83b0cb6bc 100644 Binary files a/src/main/resources/assets/create/textures/item/red_sand_paper.png and b/src/main/resources/assets/create/textures/item/red_sand_paper.png differ diff --git a/src/main/resources/assets/create/textures/item/rose_quartz.png b/src/main/resources/assets/create/textures/item/rose_quartz.png index 91f0a879e..cdbf821f9 100644 Binary files a/src/main/resources/assets/create/textures/item/rose_quartz.png and b/src/main/resources/assets/create/textures/item/rose_quartz.png differ diff --git a/src/main/resources/assets/create/textures/item/sand_paper.png b/src/main/resources/assets/create/textures/item/sand_paper.png index 15e66a9a2..78d06b0d2 100644 Binary files a/src/main/resources/assets/create/textures/item/sand_paper.png and b/src/main/resources/assets/create/textures/item/sand_paper.png differ diff --git a/src/main/resources/assets/create/textures/item/schematic.png b/src/main/resources/assets/create/textures/item/schematic.png index 2268a5565..5ad253801 100644 Binary files a/src/main/resources/assets/create/textures/item/schematic.png and b/src/main/resources/assets/create/textures/item/schematic.png differ diff --git a/src/main/resources/assets/create/textures/item/schematic_and_quill.png b/src/main/resources/assets/create/textures/item/schematic_and_quill.png index c7031213a..6633d4bd3 100644 Binary files a/src/main/resources/assets/create/textures/item/schematic_and_quill.png and b/src/main/resources/assets/create/textures/item/schematic_and_quill.png differ diff --git a/src/main/resources/assets/create/textures/item/super_glue.png b/src/main/resources/assets/create/textures/item/super_glue.png index 34b04b16f..64e7db078 100644 Binary files a/src/main/resources/assets/create/textures/item/super_glue.png and b/src/main/resources/assets/create/textures/item/super_glue.png differ diff --git a/src/main/resources/assets/create/textures/item/tree_fertilizer.png b/src/main/resources/assets/create/textures/item/tree_fertilizer.png index c762f52ae..506087f18 100644 Binary files a/src/main/resources/assets/create/textures/item/tree_fertilizer.png and b/src/main/resources/assets/create/textures/item/tree_fertilizer.png differ diff --git a/src/main/resources/assets/create/textures/item/whisk.png b/src/main/resources/assets/create/textures/item/whisk.png index 44c6450ef..795006b64 100644 Binary files a/src/main/resources/assets/create/textures/item/whisk.png and b/src/main/resources/assets/create/textures/item/whisk.png differ diff --git a/src/main/resources/assets/create/textures/item/zinc_ingot.png b/src/main/resources/assets/create/textures/item/zinc_ingot.png index eb4bbf545..aaf861370 100644 Binary files a/src/main/resources/assets/create/textures/item/zinc_ingot.png and b/src/main/resources/assets/create/textures/item/zinc_ingot.png differ diff --git a/src/main/resources/assets/create/textures/item/zinc_nugget.png b/src/main/resources/assets/create/textures/item/zinc_nugget.png index 9ff45b245..5dfd8de16 100644 Binary files a/src/main/resources/assets/create/textures/item/zinc_nugget.png and b/src/main/resources/assets/create/textures/item/zinc_nugget.png differ