Fix incorrect logic in world change clumping.

This commit is contained in:
Lex Manos 2014-12-18 08:11:30 -08:00
parent 9d95952dc1
commit 4aaabdd0e0
1 changed files with 1 additions and 1 deletions

View File

@ -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;