This commit is contained in:
Jesse Boyd 2017-11-09 15:07:30 +11:00
parent 8cc1f8de71
commit 3bbeb2d6fe
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -394,7 +394,6 @@ public class ForgeQueue_All extends NMSMappedFaweQueue<World, Chunk, ExtendedBlo
net.minecraft.world.biome.Biome[] existingBiomes = new net.minecraft.world.biome.Biome[256];
Arrays.fill(existingBiomes, base);
fieldBiomes.set(generator, existingBiomes);
boolean cold = base.getTemperature() <= 1;
IChunkGenerator existingGenerator = (IChunkGenerator) fieldChunkGenerator.get(nmsWorld.getChunkProvider());
long existingSeed = world.getSeed();
{