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
**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 possible crash with Disk Drives
**Features**
- Added a model for the Constructor
- 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
- Several models / texture tweaks
- Some models / texture tweaks
### 0.8.8
**Bugfixes**

View File

@@ -3,7 +3,9 @@
"defaults": {
"textures": {
"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",
"uvlock": true

View File

@@ -3,7 +3,9 @@
"defaults": {
"textures": {
"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",
"uvlock": true

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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