3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-16 04:51:22 +02:00
FastAsyncWorldEdit/worldedit-core
dordsor21 ffa25b1d9a Fixes #452
- 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"
2020-05-09 13:39:41 +01:00
..
doctools Rebase translation work for easier rebasing 2019-11-16 22:42:14 +10:00
src Fixes #452 2020-05-09 13:39:41 +01:00
build.gradle.kts Transpile using Babel 2020-04-27 23:18:21 -04:00