mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
feat: fake the copied biomes (#2359)
This commit is contained in:
parent
dccf82ab1b
commit
971559ec23
@ -446,6 +446,10 @@ public class ForwardExtentCopy implements Operation {
|
||||
|
||||
}
|
||||
affectedBlocks += blockCopy.getAffected();
|
||||
if (copyingBiomes) {
|
||||
// We know biomes will have happened unless something else has gone wrong. Just calculate it.
|
||||
affectedBiomeCols += source.fullySupports3DBiomes() ? (getAffected() >> 2) : (region.getWidth() * region.getLength());
|
||||
}
|
||||
//FAWE end
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user