From 8b4a39085e53e6974c3ae0f04f60dae0a8791aaa Mon Sep 17 00:00:00 2001 From: yueh Date: Mon, 16 Nov 2015 11:31:02 +0100 Subject: [PATCH] Fixes #1998: Using the correct culling mode and rotation Blocks are now rendered with the correct culling mode and rotated similar to the icon itself, but slightly shifted to the left that the front texture appears larger (This applies to items following the normal minecraft rotation like furnaces) Items are also now rotated a bit differently and more in line with their item rendering as well as longer being mirror inverted. --- .../render/blocks/RenderBlockInscriber.java | 40 ++++++++----------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/src/main/java/appeng/client/render/blocks/RenderBlockInscriber.java b/src/main/java/appeng/client/render/blocks/RenderBlockInscriber.java index 50b470ae..cd71dad5 100644 --- a/src/main/java/appeng/client/render/blocks/RenderBlockInscriber.java +++ b/src/main/java/appeng/client/render/blocks/RenderBlockInscriber.java @@ -58,7 +58,6 @@ public class RenderBlockInscriber extends BaseBlockRender