some edits ig
This commit is contained in:
@@ -29,8 +29,8 @@ public class EntityPlayerMP extends EntityPlayer implements ICrafting {
|
|||||||
int var7 = var5.posZ;
|
int var7 = var5.posZ;
|
||||||
int var8 = var5.posY;
|
int var8 = var5.posY;
|
||||||
if(!var2.worldProvider.field_4306_c) {
|
if(!var2.worldProvider.field_4306_c) {
|
||||||
var6 += this.rand.nextInt(4096) - 2048;
|
var6 += this.rand.nextInt(8192) - 4096;
|
||||||
var7 += this.rand.nextInt(4096) - 2048;
|
var7 += this.rand.nextInt(8192) - 4096;
|
||||||
var8 = var2.findTopSolidBlock(var6, var7);
|
var8 = var2.findTopSolidBlock(var6, var7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user