Fix incorrect logic in world change clumping.
This commit is contained in:
parent
9d95952dc1
commit
4aaabdd0e0
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
|||
int i1;
|
||||
|
||||
- if (this.field_73262_e == 64)
|
||||
+ if (this.field_73262_e == net.minecraftforge.common.ForgeModContainer.clumpingThreshold)
|
||||
+ if (this.field_73262_e >= net.minecraftforge.common.ForgeModContainer.clumpingThreshold)
|
||||
{
|
||||
i = this.field_73264_c.field_77276_a * 16;
|
||||
j = this.field_73264_c.field_77275_b * 16;
|
||||
|
|
Loading…
Reference in a new issue