InControl - 1.16-5.1.8
on Jan 26, 2023InControl 1.16-5.1.8
- Fixed mintime and maxtime
InControl - 1.16-5.1.7
on Jan 26, 20231.16-5.1.7:
- Fixed structure testing for good hopefully
- Fixed a serious problem with 'onjoin': true. It would also work for players and by doing that you could prevent players from joining the world which unfortunatelly doesn't work too well. Changed so that players are no longer affected
InControl - 1.16-5.1.6
on Jan 26, 2023InControl 1.16-5.1.6
- Fixed a few tests to work properly on new chunks
InControl - 1.16-5.1.5
on Jan 26, 2023InControl 1.16-5.1.5
- Structure testing works again
- Added new 'dimensionmod' feature so that you can have a rule match for all dimensions of a given mod (like for example 'rftoolsdim')
InControl - 1.16-5.1.4
on Jan 26, 2023InControl 1.16-5.1.4
- Fixed a crash with the new spawner when the player moves outside world boundaries
InControl - 1.16-5.1.3
on Jan 26, 2023InControl 1.16-5.1.3
- LostCity support is working again
- Made counting slightly safer in rare circumstances
InControl - 1.16-5.1.2
on Jan 26, 2023InControl 1.16-5.1.2
- Gamestage support is working again
InControl - 1.16-5.1.1
on Jan 26, 2023InControl 1.16-5.1.1
- Small bugfix
InControl - 1.16-5.1.0
on Jan 26, 2023InControl 1.16-5.1.0
- Big new spawner system (spawner.json) which implements a custom spawner with very little restrictions
- New 'incontrol' tag for spawn.json to allow to test for a mob spawned by this new system
InControl - 1.16-5.0.4
on Jan 26, 2023InControl 1.16-5.0.4
- Fixed a big bug with the 'block' test which could cause worlgen to hang in some situations
InControl - 1.16-5.0.3
on Jan 26, 2023InControl 1.16-5.0.3
- Fixed a bug causing mob condition with multiple mobs to fail (one mob was fine)
InControl - 1.15-4.0.8
on Jan 26, 2023InControl 1.15-4.0.8
- Fixed a bug causing mob condition with multiple mobs to fail (one mob was fine)
incontrol-1.12-3.9.18.jar
on Jan 26, 20233.9.18:
- The mob counter now ignores the nodespawn flag. This should make it more compatible with modded mobs
InControl - 1.15-4.0.7
on Jan 26, 2023InControl 1.15-4.0.7
- New 'continue' flag for spawn rules. If this is true then when this rule fires it will not prevent processing for subsequent rules. This can be used (for example) to give armor to mobs under certain circumstances but still do other processing later
InControl - 1.16-5.0.2
on Jan 26, 2023InControl 1.16-5.0.2
- The 'biome' test would crash on biomes that were created using json
- New 'continue' flag for spawn rules. If this is true then when this rule fires it will not prevent processing for subsequent rules. This can be used (for example) to give armor to mobs under certain circumstances but still do other processing later
InControl - 1.16-5.0.1
on Jan 26, 2023InControl 1.16-5.0.1
- The mob counter now ignores the nodespawn flag. This should make it more compatible with modded mobs
InControl - 1.15-4.0.6
on Jan 26, 2023InControl 1.15-4.0.6
- The mob counter now ignores the nodespawn flag. This should make it more compatible with modded mobs
InControl - 1.16-5.0.0
on Jan 26, 2023InControl 1.16-5.0.0
- Biome registry name is now preferred for biome checks
- 'tempcategory' is removed and replaced with a more generic 'category' for biomes. It's also a list now. The list of current categories is: taiga, extreme_hills, jungle, mesa, plains, savanna, icy, the_end, beach, forest, ocean, desert, river, swamp, mushroom and nether
- 'biometype' has changed. It now only works for the following values: desert, desert_legacy, warm, cool, and icy
- Numerical dimension ID's no longer work (like 0 for the overworld. Use 'minecraft:overworld' instead)
InControl - 1.15-4.0.5
on Jan 26, 2023InControl 1.15-4.0.5
- The biome check now also supports biome registry names (this is prefered)
incontrol-1.15-4.0.4.jar
on Jan 26, 2023- Fixed a bug with the health, damage, and speed actions. They often fired multiple times making the mobs too OP