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:
elix-x
2016-07-05 19:43:51 +02:00
parent 63fb23d1b6
commit 0809ac5625
12 changed files with 337 additions and 6 deletions
@@ -378,7 +378,10 @@ public class ClientHelper extends ServerHelper
@SubscribeEvent
public void onModelBakeEvent( final ModelBakeEvent event )
{
for( IAEFeature feature : Api.INSTANCE.definitions().getFeatureRegistry().getRegisteredFeatures() )
{
feature.handler().registerCustomModelOverride(event.getModelRegistry());
}
}
@SubscribeEvent