Item rotations for stacks added
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user