Captain-Chaos / WorldPainter

WorldPainter is an interactive graphical map generator for the indie game Minecraft.
http://www.worldpainter.net/
GNU General Public License v3.0
341 stars 58 forks source link

[Bug]filter(Continuous layer with value filter) don‘t work well in script #381

Open ALingll opened 3 months ago

ALingll commented 3 months ago
  1. The Filter objects returned when running CreateFilterOp.onlyOnLayer(layer).withValue(value) and CreateFilterOp.exceptOnLayer(layer).withValue(value) are opposite to the expected behavior

  2. The orHigher() / orLower() methods of CreateFilterOp are always unusable

For details, please refer to the pull request