Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-26 11:00:04 +01:00
feat: fake the copied biomes (#2359)
Dieser Commit ist enthalten in:
Ursprung
dccf82ab1b
Commit
971559ec23
@ -446,6 +446,10 @@ public class ForwardExtentCopy implements Operation {
|
|||||||
|
|
||||||
}
|
}
|
||||||
affectedBlocks += blockCopy.getAffected();
|
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
|
//FAWE end
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren