Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Ursprung
1cf5899586
Commit
56999fd1e0
@ -2035,12 +2035,12 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
|
|||||||
//FAWE start - liquidmask
|
//FAWE start - liquidmask
|
||||||
Mask liquidMask;
|
Mask liquidMask;
|
||||||
if (plants) {
|
if (plants) {
|
||||||
liquidMask = new BlockTypeMask(this, BlockTypes.LAVA, BlockTypes.WATER,
|
liquidMask = new BlockTypeMask(this, BlockTypes.LAVA, BlockTypes.WATER, BlockTypes.BUBBLE_COLUMN,
|
||||||
BlockTypes.KELP_PLANT, BlockTypes.KELP, BlockTypes.SEAGRASS, BlockTypes.TALL_SEAGRASS
|
BlockTypes.KELP_PLANT, BlockTypes.KELP, BlockTypes.SEAGRASS, BlockTypes.TALL_SEAGRASS
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
liquidMask = new BlockMaskBuilder()
|
liquidMask = new BlockMaskBuilder()
|
||||||
.addTypes(BlockTypes.WATER, BlockTypes.LAVA)
|
.addTypes(BlockTypes.WATER, BlockTypes.LAVA, BlockTypes.BUBBLE_COLUMN)
|
||||||
.build(this);
|
.build(this);
|
||||||
}
|
}
|
||||||
//FAWE end
|
//FAWE end
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren