Skip to content

Releases: pcal43/mob-filter

0.11.1+1.21.1

07 Sep 21:25
Compare
Choose a tag to compare

release 0.11.1+1.21.1

What's Changed

  • log absolute path to config file, explicitly set lenient json parsing by @pcal43 in #47

Full Changelog: 0.11.0+1.21.1...0.11.1+1.21.1

0.11.0+1.21.1

06 Sep 05:42
Compare
Choose a tag to compare

release 0.11.0+1.21.1

What's Changed

Full Changelog: 0.10.0+1.21...0.11.0+1.21.1

0.10.0+1.21

18 Jun 02:07
4c172fb
Compare
Choose a tag to compare

release 0.10.0+1.21

What's Changed

Full Changelog: 0.9.0+1.20.6...0.10.0+1.21

0.9.0+1.20.6

08 Jun 01:06
Compare
Choose a tag to compare

release 0.9.0+1.20.6

What's Changed

Full Changelog: 0.4.2+1.20.1...0.9.0+1.20.6

0.4.2+1.20.1

08 Jun 00:54
Compare
Choose a tag to compare

release 0.4.2+1.20.1

Backport of improvements from main. Configuration is now json based (old yaml files are still supported but deprecated).
https://github.com/pcal43/mob-filter/blob/main/CONFIG.md

It also adds limited wildcard support (whole namespace only). So cobblemon players can do something like this:

{
  rules : [
    {
      name : 'No Vanilla',
      what : 'DISALLOW_SPAWN',
      when : {
        entityId : [ 'minecraft:*' ]
      }
    }
  ]
}

What's Changed

Full Changelog: 0.8.1+1.20.4...0.4.2+1.20.1

0.8.1+1.20.4

04 Jun 03:52
Compare
Choose a tag to compare

release 0.8.1+1.20.4

What's Changed

Full Changelog: 0.8.0+1.20.4...0.8.1+1.20.4

0.8.0+1.20.4

03 Jun 05:31
Compare
Choose a tag to compare

release 0.8.0+1.20.4

What's Changed

  • rework mixins for better coverage, add spawnType predicate. fixes #31 by @pcal43 in #34

This includes a significant rework of the mixins that should fill a lot of gaps in terms of spawns that can be blocked. For example, spawn blocking during chunk and structure generation should be pretty airtight now.

It also adds the option to filter based on spawnType - see sample config for details.

Full Changelog: 0.7.2+1.20.4...0.8.0+1.20.4

0.7.2+1.20.4

30 Dec 22:08
011e385
Compare
Choose a tag to compare

release 0.7.2+1.20.4

Full Changelog: 0.7.1+1.20.4...0.7.2+1.20.4

0.7.1+1.20.4

24 Dec 06:11
77869a4
Compare
Choose a tag to compare

release 0.7.1+1.20.4

Full Changelog: 0.7.0+1.20.4...0.7.1+1.20.4

0.7.0+1.20.4

21 Dec 04:31
Compare
Choose a tag to compare

release 0.7.0+1.20.4

Full Changelog: 0.6.0+1.20.2...0.7.0+1.20.4