mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-02-23 13:40:39 +00:00
- ChunkSections containing only air are technically null according to NMS Chunks - Therefore if we're replacing air, we should ignore the result of get.hasSection(layer) by using "full = true" as it returns false if the chunksection is only air - We also then need to ensure that the masks correctly identify that the block is "air"