Fixes #2448: Facades items and blocks now use the same algorithm to determine the block texture.

Facades will now use the correct side to determine the texture to use, and will fall back to general quads.
Fixed crafting of facades on the server by removing the check for model simplicity.
This commit is contained in:
Sebastian Hartte
2016-10-09 21:59:56 +02:00
parent 5de15d5b2c
commit 55d66be929
5 changed files with 63 additions and 41 deletions
@@ -73,7 +73,7 @@ public class FacadeItemModel implements IModel
IBakedModel bakedBaseModel = baseModel.bake( state, format, bakedTextureGetter );
return new FacadeDispatcherBakedModel( bakedBaseModel );
return new FacadeDispatcherBakedModel( bakedBaseModel, format );
}
@Override