Skip to content

Commit

Permalink
Tweak textures
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Oct 21, 2023
1 parent c8e2825 commit 26db864
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"credit": "Made with Blockbench by Sea_Kerman",
"parent": "ae2:item/part_base",
"textures": {
"1": "megacells:part/decompression_module_side",
"particle": "megacells:part/decompression_module_side",
"front": "megacells:part/cell_dock"
"front": "megacells:part/cell_dock",
"side": "megacells:part/cell_dock_side",
"particle": "megacells:part/cell_dock_side"
},
"elements": [
{
Expand All @@ -13,11 +13,11 @@
"to": [13, 13, 9],
"faces": {
"north": { "uv": [5, 3, 15, 13], "texture": "#front" },
"east": { "uv": [0, 6, 4, 16], "rotation": 180, "texture": "#1" },
"south": { "uv": [4, 6, 14, 16], "texture": "#1" },
"west": { "uv": [0, 6, 4, 16], "texture": "#1" },
"east": { "uv": [0, 6, 4, 16], "rotation": 180, "texture": "#side" },
"south": { "uv": [4, 6, 14, 16], "texture": "#side" },
"west": { "uv": [0, 6, 4, 16], "texture": "#side" },
"up": { "uv": [1, 3, 5, 13], "rotation": 90, "texture": "#front" },
"down": { "uv": [0, 6, 4, 16], "rotation": 270, "texture": "#1" }
"down": { "uv": [0, 6, 4, 16], "rotation": 270, "texture": "#side" }
}
},
{
Expand All @@ -37,41 +37,41 @@
"from": [5, 5, 9],
"to": [11, 11, 10],
"faces": {
"north": { "uv": [10, 0, 16, 6], "texture": "#1" },
"east": { "uv": [15, 0, 16, 6], "texture": "#1" },
"south": { "uv": [10, 0, 16, 6], "texture": "#1" },
"west": { "uv": [10, 0, 11, 6], "texture": "#1" },
"up": { "uv": [10, 0, 16, 1], "texture": "#1" },
"down": { "uv": [10, 5, 16, 6], "texture": "#1" }
"north": { "uv": [10, 0, 16, 6], "texture": "#side" },
"east": { "uv": [15, 0, 16, 6], "texture": "#side" },
"south": { "uv": [10, 0, 16, 6], "texture": "#side" },
"west": { "uv": [10, 0, 11, 6], "texture": "#side" },
"up": { "uv": [10, 0, 16, 1], "texture": "#side" },
"down": { "uv": [10, 5, 16, 6], "texture": "#side" }
}
},
{
"name": "internals",
"from": [9, 5, 9],
"to": [7, 11, 10],
"faces": {
"east": { "uv": [15, 10, 16, 16], "texture": "#1" },
"west": { "uv": [15, 10, 16, 16], "texture": "#1" }
"east": { "uv": [15, 10, 16, 16], "texture": "#side" },
"west": { "uv": [15, 10, 16, 16], "texture": "#side" }
}
},
{
"name": "internals",
"from": [5, 9, 9],
"to": [11, 7, 10],
"faces": {
"up": { "uv": [15, 10, 16, 16], "rotation": 270, "texture": "#1" },
"down": { "uv": [15, 10, 16, 16], "rotation": 270, "texture": "#1" }
"up": { "uv": [15, 10, 16, 16], "rotation": 270, "texture": "#side" },
"down": { "uv": [15, 10, 16, 16], "rotation": 270, "texture": "#side" }
}
},
{
"name": "internals",
"from": [6, 6, 9],
"to": [10, 10, 10],
"faces": {
"east": { "uv": [14, 1, 15, 5], "texture": "#1" },
"west": { "uv": [14, 1, 15, 5], "texture": "#1" },
"up": { "uv": [14, 1, 15, 5], "rotation": 90, "texture": "#1" },
"down": { "uv": [14, 1, 15, 5], "rotation": 90, "texture": "#1" }
"east": { "uv": [14, 1, 15, 5], "texture": "#side" },
"west": { "uv": [14, 1, 15, 5], "texture": "#side" },
"up": { "uv": [14, 1, 15, 5], "rotation": 90, "texture": "#side" },
"down": { "uv": [14, 1, 15, 5], "rotation": 90, "texture": "#side" }
}
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"credit": "Made with Blockbench by Sea_Kerman",
"textures": {
"front": "megacells:part/cell_dock",
"side": "megacells:part/decompression_module_side"
"side": "megacells:part/cell_dock_side"
},
"elements": [
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 26db864

Please sign in to comment.