Plex-FAWE/worldedit-core
mrlasagne cba7c21ce5
Fix special masks issue
This fixes the issue where masks other than SimpleBlock masks (like Offset mask or negate mask) would not work.

The issue was caused by parseFromListInput() who would throw SuggestInputParseException if the input was not a valid block definition.
But as the parser was catching NoMatchException only, this was causing an error and the MaskFactory was broken.
2020-04-13 22:34:15 +02:00
..
doctools Rebase translation work for easier rebasing 2019-11-16 22:42:14 +10:00
src Fix special masks issue 2020-04-13 22:34:15 +02:00
build.gradle.kts Use custom radix sort for ordering blocks (#1277) 2020-04-10 13:42:27 -04:00