Make StructureBlock TESRs always render. Closes #3222

This commit is contained in:
LexManos 2016-08-26 15:26:29 -07:00
parent 0c8f51bc95
commit c3fe6ecf7c
1 changed files with 5 additions and 1 deletions

View File

@ -68,7 +68,7 @@
public double func_145835_a(double p_145835_1_, double p_145835_3_, double p_145835_5_) public double func_145835_a(double p_145835_1_, double p_145835_3_, double p_145835_5_)
{ {
double d0 = (double)this.field_174879_c.func_177958_n() + 0.5D - p_145835_1_; double d0 = (double)this.field_174879_c.func_177958_n() + 0.5D - p_145835_1_;
@@ -305,6 +315,198 @@ @@ -305,6 +315,202 @@
{ {
} }
@ -151,6 +151,10 @@
+ { + {
+ bb = new net.minecraft.util.math.AxisAlignedBB(pos.func_177982_a(-1, 0, -1), pos.func_177982_a(2, 2, 2)); + bb = new net.minecraft.util.math.AxisAlignedBB(pos.func_177982_a(-1, 0, -1), pos.func_177982_a(2, 2, 2));
+ } + }
+ else if (type == Blocks.field_185779_df)
+ {
+ bb = INFINITE_EXTENT_AABB;
+ }
+ else if (type != null && type != Blocks.field_150461_bJ) + else if (type != null && type != Blocks.field_150461_bJ)
+ { + {
+ net.minecraft.util.math.AxisAlignedBB cbb = null; + net.minecraft.util.math.AxisAlignedBB cbb = null;