diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a82c789..324081af7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - Fixed Disk Manipulator blocking items transferring in some cases (InusualZ) - Fixed External Storage crafting recipe not supporting ore dictionary chests (raoulvdberge) - Fixed when shift clicking crafting recipe and inventory is full items are dropping on the ground instead of going in the system (raoulvdberge) +- Fixed glitchy rendering of cable parts in item form (raoulvdberge) - Updated Storage Drawers API (raoulvdberge) ### 1.1.3 diff --git a/src/main/resources/assets/refinedstorage/models/block/constructor_destructor.json b/src/main/resources/assets/refinedstorage/models/block/constructor_destructor.json index ebf21ce0b..cf4ce7318 100755 --- a/src/main/resources/assets/refinedstorage/models/block/constructor_destructor.json +++ b/src/main/resources/assets/refinedstorage/models/block/constructor_destructor.json @@ -155,55 +155,55 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, - 0.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 + 6.0, + 6.0, + 10.0, + 10.0 ] } } @@ -224,56 +224,58 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 0.0, + 6.0, + 6.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, + 10.0, + 6.0, 16.0, - 8.0 + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, + 6.0, + 6.0, + 10.0, 0.0 - ] + ], + "rotation": 270 }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] + 6.0, + 10.0, + 10.0, + 16.0 + ], + "rotation": 270 } } }, @@ -293,56 +295,58 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 10.0, + 6.0, + 16.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 + 0.0, + 6.0, + 6.0, + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, + 10.0, + 6.0, + 6.0, 0.0 - ] + ], + "rotation": 90 }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] + 6.0, + 10.0, + 10.0, + 16.0 + ], + "rotation": 90 } } } diff --git a/src/main/resources/assets/refinedstorage/models/block/exporter.json b/src/main/resources/assets/refinedstorage/models/block/exporter.json index 59961643f..7172c3f4d 100755 --- a/src/main/resources/assets/refinedstorage/models/block/exporter.json +++ b/src/main/resources/assets/refinedstorage/models/block/exporter.json @@ -224,55 +224,55 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, - 0.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 + 6.0, + 6.0, + 10.0, + 10.0 ] } } @@ -293,56 +293,58 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 0.0, + 6.0, + 6.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, + 10.0, + 6.0, 16.0, - 8.0 + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, + 6.0, + 6.0, + 10.0, 0.0 - ] + ], + "rotation": 270 }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] + 6.0, + 10.0, + 10.0, + 16.0 + ], + "rotation": 270 } } }, @@ -362,56 +364,58 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 10.0, + 6.0, + 16.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 + 0.0, + 6.0, + 6.0, + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, + 10.0, + 6.0, + 6.0, 0.0 - ] + ], + "rotation": 90 }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] + 6.0, + 10.0, + 10.0, + 16.0 + ], + "rotation": 90 } } } diff --git a/src/main/resources/assets/refinedstorage/models/block/external_storage.json b/src/main/resources/assets/refinedstorage/models/block/external_storage.json index efc98ae02..5112bdc85 100755 --- a/src/main/resources/assets/refinedstorage/models/block/external_storage.json +++ b/src/main/resources/assets/refinedstorage/models/block/external_storage.json @@ -155,55 +155,55 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, - 0.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 + 6.0, + 6.0, + 10.0, + 10.0 ] } } @@ -224,56 +224,58 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 0.0, + 6.0, + 6.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, + 10.0, + 6.0, 16.0, - 8.0 + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, + 6.0, + 6.0, + 10.0, 0.0 - ] + ], + "rotation": 270 }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] + 6.0, + 10.0, + 10.0, + 16.0 + ], + "rotation": 270 } } }, @@ -293,56 +295,58 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 10.0, + 6.0, + 16.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 + 0.0, + 6.0, + 6.0, + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, + 10.0, + 6.0, + 6.0, 0.0 - ] + ], + "rotation": 90 }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] + 6.0, + 10.0, + 10.0, + 16.0 + ], + "rotation": 90 } } } diff --git a/src/main/resources/assets/refinedstorage/models/block/importer.json b/src/main/resources/assets/refinedstorage/models/block/importer.json index 8369750a8..a6e5117f1 100755 --- a/src/main/resources/assets/refinedstorage/models/block/importer.json +++ b/src/main/resources/assets/refinedstorage/models/block/importer.json @@ -224,55 +224,55 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, - 0.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 + 6.0, + 6.0, + 10.0, + 10.0 ] } } @@ -293,56 +293,58 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 0.0, + 6.0, + 6.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, + 10.0, + 6.0, 16.0, - 8.0 + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, + 6.0, + 6.0, + 10.0, 0.0 - ] + ], + "rotation": 270 }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] + 6.0, + 10.0, + 10.0, + 16.0 + ], + "rotation": 270 } } }, @@ -362,56 +364,58 @@ "north": { "texture": "#all", "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 + 10.0, + 6.0, + 16.0, + 10.0 ] }, "east": { "texture": "#all", "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "south": { "texture": "#all", "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 + 0.0, + 6.0, + 6.0, + 10.0 ] }, "west": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 + 6.0, + 6.0, + 10.0, + 10.0 ] }, "up": { "texture": "#all", "uv": [ - 8.0, - 4.0, - 4.0, + 10.0, + 6.0, + 6.0, 0.0 - ] + ], + "rotation": 90 }, "down": { "texture": "#all", "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] + 6.0, + 10.0, + 10.0, + 16.0 + ], + "rotation": 90 } } }