Item rotations for stacks added

This commit is contained in:
kitsushadow
2016-12-06 04:49:06 -05:00
parent 07bca34d85
commit 9945a06077

View File

@@ -60,16 +60,16 @@ public class TileFireboxRender extends TileEntitySpecialRenderer<TileFirebox>
case SOUTH: case SOUTH:
rotation = 2; rotation = 2;
//Left and Right //Left and Right
translateX = 1.40f; translateX = 1.5f;
//Back and Forth //Back and Forth
translateZ = -0.5f; translateZ = 0.5f;
break; break;
case WEST: case WEST:
rotation = 1; rotation = 1;
//Back and Forth //Back and Forth
translateX = 2.5f; translateX = 1.5f;
//Left and Right //Left and Right
translateZ = 0.85f; translateZ = 1.0f;
break; break;
} }