Summary
InsaneLib is a library mod that contains common classes for Insane's mods as well as some utilities classes.
The mod
For players
These are the features that can be used by players
Time stop no player online
- Utility that stops the day and game time when no players are online
Tags
Adds the following tags that can be written and / or read
ForgeData.insanelib.tags.spawn_type: (read only) can be used to know how the mob spawned
ForgeData.insanelib.tags.explosion_causes_fire: can be set to make the entity that exploded cause fire
ForgeData.insanelib.tags.xp_multiplier: multiplier to the experience dropped by the entity on death
Fixes
- Fix MC-145656
- Removes the random bonus health given to Leader Zombies. In vanilla it's useless since doesn't work. https://minecraft.wiki/Attribute#Vanilla_modifiers
- Slows down player mid air speed when jumping if slowed down
- In vanilla, with strong slowness that stops the player from moving, the player can still jump forward, being able to move
For modders
These are the features that can be used by modders
- Modules and features
- Each feature has it's own sub config with easily declarable config options with @Config annotation. Example feature
- JsonFeature that can create and use jsons in the mod's config folder
- Various utility classes
- Much more
Check the sidebar for Discord and other links -->