geforkt von Mirrors/FastAsyncWorldEdit
Fix -f flag
Dieser Commit ist enthalten in:
Ursprung
017a28b3dd
Commit
bb06492091
@ -41,7 +41,7 @@ public class FallingSphere implements Brush {
|
|||||||
int startY = Math.max(minY, py - yRadius);
|
int startY = Math.max(minY, py - yRadius);
|
||||||
int endY = Math.min(maxY, py + yRadius);
|
int endY = Math.min(maxY, py + yRadius);
|
||||||
|
|
||||||
int heightY = editSession.getHighestTerrainBlock(ax, az, startY, endY);
|
int heightY = editSession.getHighestTerrainBlock(ax, az, editSession.getMinY(), endY);
|
||||||
if (heightY < startY) {
|
if (heightY < startY) {
|
||||||
int diff = startY - heightY;
|
int diff = startY - heightY;
|
||||||
startY -= diff;
|
startY -= diff;
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren