Skip to content

v2.16.0

Compare
Choose a tag to compare
@totemo totemo released this 30 Mar 09:50
· 6 commits to master since this release
  • Add wildcard support to wg() and biome() predicates, e.g. wg("dungeon*") or biome("*ocean*").
  • Fix parsing of ZSL specs so that you can have more than 2 terms in expressions involving the &, | and ^ operators, e.g. biome("beach") | biome("ocean") | biome("river") | biome("plains").