waterlogging support

This commit is contained in:
ForestOfLight
2025-07-10 15:24:32 -07:00
Unverified
parent 357327e9b0
commit 9bb2b002c9
5 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ function tryPlaceBlock(player, worldBlock, structureBlock) {
}
function locationIsPlaceable(worldBlock) {
return worldBlock.isAir;
return worldBlock.isAir || worldBlock.isLiquid;
}
function isBannedBlock(player, structureBlock) {