Fix models. 0.8.9 done

This commit is contained in:
Raoul Van den Berge
2016-07-10 22:28:33 +02:00
parent f9c4eb4def
commit 3e6d8ca02a
13 changed files with 111 additions and 106 deletions

View File

@@ -2,14 +2,15 @@
### 0.8.9 ### 0.8.9
**Bugfixes** **Bugfixes**
- Fixed bug where Grid doesn't handle remainder sometimes - Fixed bug where Grid crafting doesn't handle remainder sometimes
- Fixed caching issues with External Storage - Fixed caching issues with External Storage
- Fixed possible crash with Disk Drives
**Features** **Features**
- Added a model for the Constructor - Added a model for the Constructor
- Added a model for the Destructor - Added a model for the Destructor
- Wireless Transmitters next to each other without any cable or without being connected to a machine won't work anymore, they need to be explictly connected to a cable or other machine - Wireless Transmitters next to each other without any cable or without being connected to a machine won't work anymore, they need to be explictly connected to a cable or other machine
- Several models / texture tweaks - Some models / texture tweaks
### 0.8.8 ### 0.8.8
**Bugfixes** **Bugfixes**

View File

@@ -3,7 +3,9 @@
"defaults": { "defaults": {
"textures": { "textures": {
"all": "refinedstorage:blocks/cable", "all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable" "particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/constructor",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
}, },
"model": "refinedstorage:cable_core", "model": "refinedstorage:cable_core",
"uvlock": true "uvlock": true

View File

@@ -3,7 +3,9 @@
"defaults": { "defaults": {
"textures": { "textures": {
"all": "refinedstorage:blocks/cable", "all": "refinedstorage:blocks/cable",
"particle": "refinedstorage:blocks/cable" "particle": "refinedstorage:blocks/cable",
"front": "refinedstorage:blocks/destructor",
"line": "refinedstorage:blocks/importer_exporter_external_storage"
}, },
"model": "refinedstorage:cable_core", "model": "refinedstorage:cable_core",
"uvlock": true "uvlock": true

View File

@@ -84,12 +84,12 @@
], ],
"faces": { "faces": {
"north": { "north": {
"texture": "#line", "texture": "#front",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"east": { "east": {
@@ -97,8 +97,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"south": { "south": {
@@ -106,8 +106,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"west": { "west": {
@@ -115,8 +115,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"up": { "up": {
@@ -124,8 +124,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
}, },
"down": { "down": {
@@ -133,8 +133,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
} }
} }

View File

@@ -17,7 +17,7 @@
], ],
"faces": { "faces": {
"north": { "north": {
"texture": "#ine", "texture": "#line",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
@@ -26,7 +26,7 @@
] ]
}, },
"east": { "east": {
"texture": "#ine", "texture": "#line",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
@@ -35,7 +35,7 @@
] ]
}, },
"south": { "south": {
"texture": "#ine", "texture": "#line",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
@@ -44,7 +44,7 @@
] ]
}, },
"west": { "west": {
"texture": "#ine", "texture": "#line",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
@@ -53,7 +53,7 @@
] ]
}, },
"up": { "up": {
"texture": "#ine", "texture": "#line",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
@@ -62,7 +62,7 @@
] ]
}, },
"down": { "down": {
"texture": "#ine", "texture": "#line",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
@@ -86,57 +86,57 @@
], ],
"faces": { "faces": {
"north": { "north": {
"texture": "#ine", "texture": "#line",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"east": { "east": {
"texture": "#ine", "texture": "#line",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"south": { "south": {
"texture": "#ine", "texture": "#line",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"west": { "west": {
"texture": "#ine", "texture": "#line",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"up": { "up": {
"texture": "#ine", "texture": "#line",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
}, },
"down": { "down": {
"texture": "#ine", "texture": "#front",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
} }
} }

View File

@@ -90,17 +90,17 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"east": { "east": {
"texture": "#line", "texture": "#front",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"south": { "south": {
@@ -108,8 +108,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"west": { "west": {
@@ -117,8 +117,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"up": { "up": {
@@ -126,8 +126,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
}, },
"down": { "down": {
@@ -135,8 +135,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
} }
} }

View File

@@ -86,12 +86,12 @@
], ],
"faces": { "faces": {
"north": { "north": {
"texture": "#line", "texture": "#front",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"east": { "east": {
@@ -99,8 +99,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"south": { "south": {
@@ -108,8 +108,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"west": { "west": {
@@ -117,8 +117,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"up": { "up": {
@@ -126,8 +126,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
}, },
"down": { "down": {
@@ -135,8 +135,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
} }
} }

View File

@@ -90,8 +90,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"east": { "east": {
@@ -99,17 +99,17 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"south": { "south": {
"texture": "#line", "texture": "#front",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"west": { "west": {
@@ -117,8 +117,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"up": { "up": {
@@ -126,8 +126,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
}, },
"down": { "down": {
@@ -135,8 +135,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
} }
} }

View File

@@ -90,8 +90,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"east": { "east": {
@@ -99,8 +99,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"south": { "south": {
@@ -108,8 +108,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"west": { "west": {
@@ -117,17 +117,17 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 10.0
] ]
}, },
"up": { "up": {
"texture": "#line", "texture": "#front",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
}, },
"down": { "down": {
@@ -135,8 +135,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
} }
} }

View File

@@ -80,7 +80,7 @@
0.0 0.0
], ],
"to": [ "to": [
2.0, 0.0,
16.0, 16.0,
16.0 16.0
], ],
@@ -90,8 +90,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"east": { "east": {
@@ -99,8 +99,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"south": { "south": {
@@ -108,17 +108,17 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
10.0 16.0
] ]
}, },
"west": { "west": {
"texture": "#line", "texture": "#front",
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
2.0, 16.0,
10.0 16.0
] ]
}, },
"up": { "up": {
@@ -126,8 +126,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
}, },
"down": { "down": {
@@ -135,8 +135,8 @@
"uv": [ "uv": [
0.0, 0.0,
0.0, 0.0,
10.0, 16.0,
2.0 16.0
] ]
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 752 B

After

Width:  |  Height:  |  Size: 811 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 757 B

After

Width:  |  Height:  |  Size: 712 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 202 B