Improve Facade rendering (#3182)

UV fix based on #2941 by @MoreThanHidden
fixes #2679, fixes #2625
This commit is contained in:
fscan
2017-10-29 16:47:26 +01:00
committed by GitHub
parent 2c07acfe81
commit 6ddf60fab8
8 changed files with 170 additions and 79 deletions
@@ -336,7 +336,7 @@ public class CableBusBakedModel implements IBakedModel
@Override
public boolean isAmbientOcclusion()
{
return false;
return true;
}
@Override