File Details
LimitMobSpawn-16.7.jar
- R
- Jun 6, 2021
- 124.86 KB
- 143
- 1.16.5
- Forge
File Name
LimitMobSpawn-16.7.jar
Supported Versions
- 1.16.5
Curse Maven Snippet
Limit-Mob-Spawn
v16.7
-
Added new rules of Biome and Biome Category.
- Biome is like
minecraft:ocean. - Category is like NETHER, TAIGA, FOREST and so on.
- Biome is like
- Implemented command suggestions for Dimension and Biome.
- Fixed the condition of SpawnReasonLimit was wrong.
- Internal - Changed error message of Entity rule.
- Internal - Added log marker.
- Internal - changes for GUI mod.
v16.6
-
Added config option to change required permission level to execute commands of LimitMobSpawn.
#1
- Config file is saved at
saves/(world name)/serverconfig/limit-mob-spawn-server.toml, the same dir whereforge-server.tomlis saved. - The setting is saved for each world, including server world. The config will be synced with client when player logs in.
- I highly recommend the value to be 0 or 2. Any other values are not tested.
- Config file is saved at
- Fixed the suggestion of condition "all" was wrong.
v16.5
- Suggests and, or, not condition in command.
- Internal API changes for GUI mod.
v16.3
-
Commands can now add rules of "Add" / "Or" / "Not".
- All rules can be added by commands.
-
Changed default setting of position limit
- Before, if y-max is omitted, y-max=255
- After, if y-max is omitted, y-max=256
- No changes if y-max is presented.
v16.2
-
Added commands to add new rules.
- Only simple rules.
- Added commands to remove rules.
- Fixed an issue where array of rules can't be parsed correctly.
-
Made this mod required only in the server.
- In the multi-players mode, client does not need to install this mod.
- In the single-player mode, client needs to install this mod.
-
Internal changes
- Use JUnit to test commands
- To test commands can be successfully parsed.
- To test commands can suggest proper words.
- Test in CI.
v16.1
- Serialization was improved to use Dynamic, which can accept both Json and NBT.
-
Serialization of And/Or condition was changed to use array, instead of map of "t1", "t2"...
- The map type object can still be used.
- Fixed an issue where deserialization fails in some cases.
- Added "All" and "Spawn Reason" limitations.
- Reduced spams of log.
- Added capability to save limitations in the world.
- Added commands to query rules.
v16.0
The first release of this mod.
- Setting is loaded from json in datapack.