Fixed glitchy rendering of cable parts in item form

This commit is contained in:
Raoul Van den Berge
2016-10-14 23:47:43 +02:00
parent e76851089e
commit 20a1cde52b
5 changed files with 309 additions and 292 deletions

View File

@@ -22,6 +22,7 @@
- Fixed Disk Manipulator blocking items transferring in some cases (InusualZ) - Fixed Disk Manipulator blocking items transferring in some cases (InusualZ)
- Fixed External Storage crafting recipe not supporting ore dictionary chests (raoulvdberge) - 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 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) - Updated Storage Drawers API (raoulvdberge)
### 1.1.3 ### 1.1.3

View File

@@ -155,55 +155,55 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 6.0,
4.0, 6.0,
8.0, 10.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
4.0, 6.0,
16.0, 10.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
4.0, 10.0,
0.0 10.0
] ]
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 6.0,
8.0, 10.0,
4.0 10.0
] ]
} }
} }
@@ -224,56 +224,58 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 0.0,
4.0, 6.0,
8.0, 6.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 10.0,
4.0, 6.0,
16.0, 16.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
4.0, 10.0,
0.0 0.0
] ],
"rotation": 270
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 10.0,
8.0, 10.0,
4.0 16.0
] ],
"rotation": 270
} }
} }
}, },
@@ -293,56 +295,58 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 10.0,
4.0, 6.0,
8.0, 16.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 0.0,
4.0, 6.0,
16.0, 6.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 10.0,
4.0, 6.0,
4.0, 6.0,
0.0 0.0
] ],
"rotation": 90
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 10.0,
8.0, 10.0,
4.0 16.0
] ],
"rotation": 90
} }
} }
} }

View File

@@ -224,55 +224,55 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 6.0,
4.0, 6.0,
8.0, 10.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
4.0, 6.0,
16.0, 10.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
4.0, 10.0,
0.0 10.0
] ]
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 6.0,
8.0, 10.0,
4.0 10.0
] ]
} }
} }
@@ -293,56 +293,58 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 0.0,
4.0, 6.0,
8.0, 6.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 10.0,
4.0, 6.0,
16.0, 16.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
4.0, 10.0,
0.0 0.0
] ],
"rotation": 270
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 10.0,
8.0, 10.0,
4.0 16.0
] ],
"rotation": 270
} }
} }
}, },
@@ -362,56 +364,58 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 10.0,
4.0, 6.0,
8.0, 16.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 0.0,
4.0, 6.0,
16.0, 6.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 10.0,
4.0, 6.0,
4.0, 6.0,
0.0 0.0
] ],
"rotation": 90
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 10.0,
8.0, 10.0,
4.0 16.0
] ],
"rotation": 90
} }
} }
} }

View File

@@ -155,55 +155,55 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 6.0,
4.0, 6.0,
8.0, 10.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
4.0, 6.0,
16.0, 10.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
4.0, 10.0,
0.0 10.0
] ]
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 6.0,
8.0, 10.0,
4.0 10.0
] ]
} }
} }
@@ -224,56 +224,58 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 0.0,
4.0, 6.0,
8.0, 6.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 10.0,
4.0, 6.0,
16.0, 16.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
4.0, 10.0,
0.0 0.0
] ],
"rotation": 270
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 10.0,
8.0, 10.0,
4.0 16.0
] ],
"rotation": 270
} }
} }
}, },
@@ -293,56 +295,58 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 10.0,
4.0, 6.0,
8.0, 16.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 0.0,
4.0, 6.0,
16.0, 6.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 10.0,
4.0, 6.0,
4.0, 6.0,
0.0 0.0
] ],
"rotation": 90
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 10.0,
8.0, 10.0,
4.0 16.0
] ],
"rotation": 90
} }
} }
} }

View File

@@ -224,55 +224,55 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 6.0,
4.0, 6.0,
8.0, 10.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
4.0, 6.0,
16.0, 10.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
4.0, 10.0,
0.0 10.0
] ]
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 6.0,
8.0, 10.0,
4.0 10.0
] ]
} }
} }
@@ -293,56 +293,58 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 0.0,
4.0, 6.0,
8.0, 6.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 10.0,
4.0, 6.0,
16.0, 16.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
4.0, 10.0,
0.0 0.0
] ],
"rotation": 270
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 10.0,
8.0, 10.0,
4.0 16.0
] ],
"rotation": 270
} }
} }
}, },
@@ -362,56 +364,58 @@
"north": { "north": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
4.0, 10.0,
4.0, 6.0,
8.0, 16.0,
8.0 10.0
] ]
}, },
"east": { "east": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
0.0, 6.0,
4.0, 6.0,
4.0, 10.0,
8.0 10.0
] ]
}, },
"south": { "south": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 0.0,
4.0, 6.0,
16.0, 6.0,
8.0 10.0
] ]
}, },
"west": { "west": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 6.0,
4.0, 6.0,
12.0, 10.0,
8.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
8.0, 10.0,
4.0, 6.0,
4.0, 6.0,
0.0 0.0
] ],
"rotation": 90
}, },
"down": { "down": {
"texture": "#all", "texture": "#all",
"uv": [ "uv": [
12.0, 6.0,
0.0, 10.0,
8.0, 10.0,
4.0 16.0
] ],
"rotation": 90
} }
} }
} }