Fixed controller model warning during launch + Improved memory usage of some models

This commit is contained in:
raoulvdberge
2017-04-01 15:53:39 +02:00
parent 5ef0da5988
commit 6c8b0ac057
41 changed files with 87 additions and 133 deletions

View File

@@ -10,6 +10,11 @@
}
},
"variants": {
"inventory": [
{
"transform": "forge:default-block"
}
],
"energy": {
"0": {
"textures": {

View File

@@ -40,12 +40,6 @@
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}

View File

@@ -70,12 +70,6 @@
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}

View File

@@ -15,8 +15,7 @@
"variants": {
"inventory": [
{
"transform": "forge:default-block",
"y": 0
"transform": "forge:default-block"
}
],
"normal": {

View File

@@ -43,12 +43,6 @@
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}

View File

@@ -31,12 +31,6 @@
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}

View File

@@ -34,12 +34,6 @@
},
"west": {
"y": 270
},
"up": {
"x": 270
},
"down": {
"x": 90
}
}
}