-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mob properties to spawn support mobs when a mob has "low" health.
* `support-mobs` loot table or mob type ID of mobs to spawn. * `support-percent` percentage chance of spawning mobs each time health level conditions are satisfied. If unset is effectively 100%. * `support-health` how low the mob's health must be for it to start summoning mobs. If unset, is effectively max health. * `support-health-step` how much the mob's health must decrease for new mobs to have a chance of spawning. If unset, any health decrease is an opportunity to spawn support mobs when the health is below the threshold.
- Loading branch information
Showing
2 changed files
with
104 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters