diff --git a/src/main/resources/assets/portalcubed/models/item/companion_cube_lit.json b/src/main/resources/assets/portalcubed/models/item/companion_cube_lit.json index 45517315..06adb539 100644 --- a/src/main/resources/assets/portalcubed/models/item/companion_cube_lit.json +++ b/src/main/resources/assets/portalcubed/models/item/companion_cube_lit.json @@ -12,12 +12,12 @@ "to": [13, 10, 13], "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, "faces": { - "north": {"uv": [5, 0, 10, 5], "texture": "#2"}, - "east": {"uv": [5, 0, 10, 5], "texture": "#2"}, - "south": {"uv": [5, 0, 10, 5], "texture": "#2"}, - "west": {"uv": [5, 0, 10, 5], "texture": "#2"}, - "up": {"uv": [5, 0, 10, 5], "texture": "#2"}, - "down": {"uv": [5, 0, 10, 5], "texture": "#2"} + "north": {"uv": [10, 0, 15, 5], "texture": "#2"}, + "east": {"uv": [10, 0, 15, 5], "texture": "#2"}, + "south": {"uv": [10, 0, 15, 5], "texture": "#2"}, + "west": {"uv": [10, 0, 15, 5], "texture": "#2"}, + "up": {"uv": [10, 0, 15, 5], "texture": "#2"}, + "down": {"uv": [10, 0, 15, 5], "texture": "#2"} } }, { @@ -25,12 +25,12 @@ "to": [13, 10, 13], "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, "faces": { - "north": {"uv": [0, 0, 5, 5], "texture": "#1"}, - "east": {"uv": [0, 0, 5, 5], "texture": "#1"}, - "south": {"uv": [0, 0, 5, 5], "texture": "#1"}, - "west": {"uv": [0, 0, 5, 5], "texture": "#1"}, - "up": {"uv": [0, 0, 5, 5], "texture": "#1"}, - "down": {"uv": [0, 0, 5, 5], "texture": "#1"} + "north": {"uv": [5, 0, 10, 5], "texture": "#1"}, + "east": {"uv": [5, 0, 10, 5], "texture": "#1"}, + "south": {"uv": [5, 0, 10, 5], "texture": "#1"}, + "west": {"uv": [5, 0, 10, 5], "texture": "#1"}, + "up": {"uv": [5, 0, 10, 5], "texture": "#1"}, + "down": {"uv": [5, 0, 10, 5], "texture": "#1"} } }, { diff --git a/src/main/resources/assets/portalcubed/models/item/storage_cube_lit.json b/src/main/resources/assets/portalcubed/models/item/storage_cube_lit.json index ab8af43e..f79d6e98 100644 --- a/src/main/resources/assets/portalcubed/models/item/storage_cube_lit.json +++ b/src/main/resources/assets/portalcubed/models/item/storage_cube_lit.json @@ -12,12 +12,12 @@ "to": [13, 10, 13], "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]}, "faces": { - "north": {"uv": [5, 0, 10, 5], "texture": "#1"}, - "east": {"uv": [5, 0, 10, 5], "texture": "#1"}, - "south": {"uv": [5, 0, 10, 5], "texture": "#1"}, - "west": {"uv": [5, 0, 10, 5], "texture": "#1"}, - "up": {"uv": [5, 0, 10, 5], "texture": "#1"}, - "down": {"uv": [5, 0, 10, 5], "texture": "#1"} + "north": {"uv": [10, 0, 15, 5], "texture": "#1"}, + "east": {"uv": [10, 0, 15, 5], "texture": "#1"}, + "south": {"uv": [10, 0, 15, 5], "texture": "#1"}, + "west": {"uv": [10, 0, 15, 5], "texture": "#1"}, + "up": {"uv": [10, 0, 15, 5], "texture": "#1"}, + "down": {"uv": [10, 0, 15, 5], "texture": "#1"} } }, { diff --git a/src/main/resources/assets/portalcubed/textures/item/companion_cube_e.png b/src/main/resources/assets/portalcubed/textures/item/companion_cube_e.png index 67c7051c..9c323eda 100644 Binary files a/src/main/resources/assets/portalcubed/textures/item/companion_cube_e.png and b/src/main/resources/assets/portalcubed/textures/item/companion_cube_e.png differ