Improvements on the item model for facades, disabled 3d in gui to improve lighting.

This commit is contained in:
Sebastian Hartte 2016-08-28 13:25:31 +02:00
parent 5313d61490
commit 0b756708d4
2 changed files with 8 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public class FacadeWithBlockBakedModel implements IBakedModel
@Override
public boolean isGui3d()
{
return baseModel.isGui3d();
return false;
}
@Override

View File

@ -4,6 +4,13 @@
"anchor": "appliedenergistics2:parts/cable_anchor",
"particle": "appliedenergistics2:parts/cable_anchor"
},
"display": {
"gui": {
"rotation": [ 30, 225, 0 ],
"translation": [ -4, 2, 0],
"scale":[ 0.7, 0.7, 0.7 ]
}
},
"elements": [
{
"from": [ 7.0, 7.0, 2.0 ],