waterlogging support
This commit is contained in:
@@ -97,7 +97,7 @@ function tryPlaceBlock(player, worldBlock, structureBlock) {
|
||||
}
|
||||
|
||||
function locationIsPlaceable(worldBlock) {
|
||||
return worldBlock.isAir;
|
||||
return worldBlock.isAir || worldBlock.isLiquid;
|
||||
}
|
||||
|
||||
function isBannedBlock(player, structureBlock) {
|
||||
|
||||
Reference in New Issue
Block a user