In Control!

Be In Control of mob spawns

File Details

InControl - 1.18-6.1.6

  • R
  • May 10, 2023
  • 214.89 KB
  • 452
  • 1.18.2
  • Forge

File Name

incontrol-1.18-6.1.6.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:in-control-257356:4531155")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

InControl 1.18-6.1.6


   - New 'addscoreboardtags' keyword for spawner.json and spawn.json. With this you can add scoreboard tags on each entity spawned by this rule
   - New 'scoreboardtags_all' and 'scoreboardtags_any' conditions for spawn, experience, loot, special, and summonaid. These will test if all or any of the given tags are present on the entity
   - New 'nodespawn' action for spawn, special, and summonaid. This will prevent the mob from despawning
   - New 'time', 'height', and 'light' keywords which are supported wherever the corresponding min/max versions are supported. Using these keywords you can do more precise testing on the specific values. The wiki will contain more documentation on this
   - The 'daycount' keyword now also supports this new expression syntax. Using this you can now do things like: 'spawn zombies for two days every 10 days and spawn creepers for one day in the same cycle'
   - Added new 'minverticaldist' and 'maxverticaldist' keywords to the spawner system. These will allow you to specify a vertical distance between the spawner and the spawn position
   - The spawner system will now fail if no dimensions are specified (as it should, it's not optional)