Bugfixes
- Actually fix NullPointerException with setting a value to particles.
Bugfixes
- Fixed Custom Projectile texture warning message happening whilst NBT hasn't been set.
- Fixed crash involving null particles.
Bugfixes
- Fixed memory leaks found within mixins and related classes.
Bugfixes
- Fixed
freezepower not applying speed modifiers whilst not on the ground.
Bugfixes
- Fixed
freezepower not applying speed modifiers whilst not on the ground. - Fixed
freezepower crash on Forge.
Power Types
- Added
action_when_lightning_struckpower type. - Added
damage_nearby_on_hitanddamage_nearby_when_hitpower types. - Added
freezepower type.
Config
- Removed
performVersionCheckconfig setting and its related code from the mod.- It was causing more issues than it was solving.
Bugfixes
- Fix Elytras outside of powers not rendering on Forge. - #50
Dependencies
- Updated Mixin Extras version to 0.2.0-beta.9.
Bugfixes
- [FABRIC] Fixed incompatibility with zoom mods. #46
- [FABRIC] Fixed serversided config values not showing up in config. #49
Dependencies
- Updated Mixin Extras version to 0.2.0-beta.9.
- [FORGE] Updated Apoli Forge dependency to 2.6.1.1. (Equivalent Origins Forge: 1.7.1.1)
Bugfixes
- [FABRIC] Fixed incompatibility with zoom mods. #46
- [FABRIC] Fixed serversided config values not showing up in config. #49
- [FORGE] Modify Enchantment Level should no longer override other coremods. #47
- [FORGE] Fix Forge version startup crash. #48
Power Types
- Added
action_on_jump,custom_projectile,modify_durability_change,modify_fov,prevent_movement_check,sprinting, andstep_assistpower types.
Action Types
- Added
custom_projectile,item_cooldownandspawn_custom_effect_cloudentity action types. - Added
raycast_betweenandspawn_custom_effect_cloudbi-entity action types. - Added
schedule_tickblock action type. - Added
cooldownitem action type.
Condition Types
- Added
custom_entity_idandownerbi-entity condtiion types. - Added
in_rain,rainingandthunderingblock condition types. - Added
grounded,raining,thunderingentity condition types. - Added
on_cooldownitem condition type.
Bugfixes
- Fixed errors involving the
step_assistfield's functionality in thehoverpower, these fixes also carry over to the newstep_assistpower. - Removed code that may have caused
action_on_durability_changeto run more times than what's necessary. - Fixed certain content that references an entity from an ItemStack not functioning. e.g.
modify_enchantment_level. - Fixed raycast centric action types' particles not applying in the correct direction.
- [FABRIC] Fixed crash when checking if the entity has powers using non living entity. #44
Power Types
- Added
action_on_jump,custom_projectile,modify_durability_change,modify_fov,prevent_movement_check,sprinting, andstep_assistpower types.
Action Types
- Added
custom_projectile,item_cooldownandspawn_custom_effect_cloudentity action types. - Added
raycast_betweenandspawn_custom_effect_cloudbi-entity action typeS. - Added
schedule_tickblock action type. - Added
cooldownitem action type. - Backported
apoli:area_of_effectblock action type.
Condition Types
- Added
custom_entity_idandownerbi-entity condtiion types. - Added
in_rain,rainingandthunderingblock condition types. - Added
grounded,raining,thunderingentity condition types. - Added
on_cooldownitem condition type.
Bugfixes
- Fixed errors involving the
step_assistfield's functionality in thehoverpower, these fixes also carry over to the newstep_assistpower. - Removed code that may have caused
action_on_durability_changeto run more times than what's necessary. - [FABRIC] Fixed crash when checking if the entity has powers using non living entity. #44
- [FORGE] Fixed NPE with
modify_enchantment_leveltargeting the wrong location. #45 - Fixed raycast centric action types' particles not applying in the correct direction.
- Fixed
modify_enchantment_levelnot working with an empty item stack.


