Fixed TileEntity#getRenderBoundingBox not offsetting correctly causing more TEs to render then needed (#3709)

This commit is contained in:
Florian "Sangar" Nücke 2017-02-19 18:07:12 +01:00 committed by LexManos
parent 59a3b3cc79
commit caa85b33bf
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@
+ net.minecraft.util.math.AxisAlignedBB cbb = null;
+ try
+ {
+ cbb = field_145850_b.func_180495_p(func_174877_v()).func_185890_d(field_145850_b, pos).func_72321_a(pos.func_177958_n(), pos.func_177956_o(), pos.func_177952_p());
+ cbb = field_145850_b.func_180495_p(func_174877_v()).func_185890_d(field_145850_b, pos).func_186670_a(pos);
+ }
+ catch (Exception e)
+ {