- Updated to 1.19.4
- Restored Quilt support
- Renamed some parameters
- Updated to 1.19
- General code cleanup
- Updated translation format
- Added options for:
- The amount of each raider per raid level (currently only thru the config file)
- The health threshold for hunger damage
- Enabling/disabling zombie spawn reinforcements
- Enabling/disabling zombies breaking doors
- Enabling/disabling spider potion effects
- Enabling/disabling extra lightning fire
- Enabling/disabling idle wither skulls
- Removed a lot of
@Overwite
s - Added Quilt loader support
- Changed the
Phantom
mixin from an@Overwrite
to a@ModifyVariable
fixing a crash with architectury
- Turned the janky
@Inject
s that were basically@Overwrite
s into actual@Overwrite
s - Added a zombie villager chance mixin
- Changed the config format from TOML to JSON
- Updated to 1.18.1
- Moved special thanks from the mod description to the readme
- Updated to 1.18.
- Now depends on FAPI
- Fixed translations not working
- Fixed crash when no other mod using TOML is present
- Moved subcommands into entity & world
- Changed every message to be a TranslatableText allowing for translations
- Added issues link
- Implemented per world config saving thanks to macbrayne
- Cleaned up code
- Implemented option saving thru config
- Added Changelog
- Added Mod Icon
- Added Anti-Forge image
- Tried and failed to optimize the
AbstractSkeletonEntity
mixin
- Initial Release