In Control!

Be In Control of mob spawns

File Details

InControl - 1.20-9.1.0

  • R
  • Nov 3, 2023
  • 280.27 KB
  • 768
  • 1.20.1
  • Forge

File Name

incontrol-1.20-9.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

InControl 1.20-9.1.0


   - New events.json system that allows the player to spawn mobs whenever something happens. Still work in progress
   - Implemented 'mob_killed' and 'block_broken' events
   - New 'eventspawn' test in 'spawn.json' that can be used to test for mobs spawned by the new events.json system
   - Added new 'setphase', 'clearphase', and 'togglephase' actions for effects, experience, leftclicks, rightclicks, harvests, and spawn events
   - New area system in 'areas.json'. This can be used by map makers to define predefined locations on the map. These areas can then be used in various rules. For example to create a peaceful area on a server
   - New 'area' test that can be used in nearly all rules (like spawn.json, loot.json, effects.json, ...). This will evaluate to true if the position is in the specified area
   - Added new /incontrol area command to show the current area
   - Added 'setphase' and 'clearphase' commands