Implemented automatic rotation
Implemented automatic rotation for all tile blocks. You can still use facing properties in model files, if you want to. Also, some added some fixes and improvements.
This commit is contained in:
@@ -308,7 +308,7 @@ public enum UVLModelLoader implements ICustomModelLoader
|
||||
|
||||
};
|
||||
trans.setParent( builder );
|
||||
LightUtil.putBakedQuad( trans, quad );
|
||||
quad.pipe( trans );
|
||||
return builder.build();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user