InControl - 1.12-3.9.17
on Jan 26, 2023InControl 1.12-3.9.17
- Fixed a bug with the health, damage, and speed actions. They often fired multiple times making the mobs too OP
incontrol-1.15-4.0.3.jar
on Jan 26, 20234.0.3:
- 'perchunk' is implemented again
- Avoid server-side crashes in combination with debug command
incontrol-1.15-4.0.2.jar
on Jan 26, 20234.0.2:
- Darkere improved performance when removing large amounts of mobs in potential spawn
incontrol-1.15-4.0.1.jar
on Jan 26, 20234.0.1:
- Fixed a problem where the config files where generated in the root
incontrol-1.15-4.0.0.jar
on Jan 26, 2023First port to 1.15
InControl - 1.12-3.9.16
on Jan 26, 2023InControl 1.12-3.9.16
- Fixed a problem where 'onjoin' rules were also firing on the client which could cause issues with some of the conditions that don't properly work on the client
InControl - 1.12-3.9.15
on Jan 26, 2023InControl 1.12-3.9.15
- Worked around a problem caused in the previous version. The issue was that there was both a condition called 'helditem' as well as an action called 'helditem'. For spawns the condition has been renamed to 'playerhelditem'. It is recommended to use this in other places as well (when used as a condition)
InControl - 1.12-3.9.14
on Jan 26, 2023InControl 1.12-3.9.14
- Implemented a much requested feature with the spawn rules. That is support for gamestages. In Control will use the closest player (with a configurable maximum distance of 100). In addition keywords like helditem, helmet, trinker, ... are now also supported for spawn rules
InControl - 1.12-3.9.13
on Jan 26, 2023InControl 1.12-3.9.13
- Fixed a problem with the mincount/maxcount always using a hostile counter
InControl - 1.12-3.9.12
on Jan 26, 2023InControl 1.12-3.9.12
- Fixed a compatibility problem with old maxcount/mincount syntax
InControl - 1.12-3.9.11
on Jan 26, 2023InControl 1.12-3.9.11
- Fixed a problem that 'onJoin' rules would also affect entities like item drops and non-living entities
- Much more powerful 'mincount' and 'maxcount' syntax. The old syntax is still supported but you can now use a JSON object to specify one or more entities to count on, count entities for a given mod, and count scaled per player or per loaded chunk
- Fixed a problem with Minecraft mods being reported as 'forge' instead of 'minecraft'
InControl - 1.12-3.9.10
on Jan 26, 2023InControl 1.12-3.9.10
- Removed some debug code
InControl - 1.12-3.9.9
on Jan 26, 2023InControl 1.12-3.9.9
- Allow 'count' for itemstacks with 'give' and related commands
- Big optimisation in how 'maxcount' and 'mincount' are handled
InControl - 1.12-3.9.8
on Jan 26, 2023InControl 1.12-3.9.8
- If a spawn rule has no explicit result given (as opposed to result default, deny, or allow) then InControl will no longer set any result but just leave the result in the event as it already is
- Added new 'customname' action for spawn rules that you can use to set customnames on mobs when they spawn (turns out this is not possible to do with NBT)
- The 'mintime' and 'maxtime' tests will now correctly work beyond the first day
InControl - 1.12-3.9.7
on Jan 26, 2023InControl 1.12-3.9.7
- Various cleanups from SM9
- Subscribe to events with lowest priority to potentially catch more mods which have the same subscriber (from SM9)
- Fixed 'remove' in potential spawn. It was broken
InControl - 1.12-3.9.6
on Jan 26, 2023InControl 1.12-3.9.6
- Update to be compatible with Fx Control
InControl - 1.12-3.9.5
on Jan 26, 2023InControl 1.12-3.9.5
- Update to be compatible with Fx Control
InControl - 1.12-3.9.4
on Jan 26, 2023InControl 1.12-3.9.4
- Loot control will now also support the more advanced itemstack syntax for removal. Note that this is a potentially compatibility breaking change as specifying something like 'minecraft:stone_sword' (without meta) will now match all stone swords while before it would only match stone_sword with meta 0
InControl - 1.12-3.9.3
on Jan 26, 2023InControl 1.12-3.9.3
- Fixed a bug with the 'empty' keyword for items
- Postponed loading of the rule files so that blocks/items from other mods can be found better
InControl - 1.12-3.9.2
on Jan 26, 2023InControl 1.12-3.9.2
- New 'mod' attribute for 'block' test so that you can test for modded blocks: 'block': { 'mod': 'rftools' }
- New 'mod' attribute for 'helditem' (and similar) test so that you can test for modded blocks
- New 'empty' attribute for 'helditem' (and similar) tests so that you can test for an empty item: 'helditem': { 'empty': true }
- New 'count' attribute for 'helditem' (and similar) tests so that you can add expresssions to test for amounts. For example 'helditem': { 'item': 'minecraft:coal', 'count': '>=10' }
- New 'ore' attribute for 'helditem' (and similar) tests to do ore dictionary tests
- New 'energy' attribute for 'helditem' (and similar) tests to that you can test for forge energy in an item. This supports expressions
- New 'energy' attribute for 'block' test to that you can test for forge energy in a block. There is also a new 'energyside' attribute which allows you to specify from which side the energy will be examined. If not given it will use null