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 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

View File

@@ -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
}
}
}

View File

@@ -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
}
}
}

View File

@@ -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
}
}
}

View File

@@ -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
}
}
}