Apugli v1.8.1 (Fabric/Quilt 1.19)
Bugfixes
apugli:allow_anvil_enchantno longer lets you sneak enchantments that aren't compatible from non enchanted book items if you don't have a power that allows them.- Fixed
apugli:key_pressednot initialising on the server. - Test powers are no longer present in the production jar.
Apugli v1.8.0 (Fabric 1.19)
Power Types
- Added
apugli:action_on_target_deathandapugli:redirect_lightningpower types. - Added
horizontal_velocityandvertical_velocityfields toapugli:rocket_jump - Changed
velocity_clampfield inapugli:rocket_jumptovelocity_clamp_multiplier, also changed the logic of this. apugli:rocket_jump'scooldownfield is now defaulted to 1 for Apoli parity.
Entity Condition Types
- Added
apugli:hostileentity condition type. - Modified
apugli:hits_on_targetlogic.
Entity Action Types
- Removed
apugli:drop_item, it didn't even work lmao.
Bugfixes
- Fixed
apugli:key_pressedentity condition type sending packets when the key presser isn't loaded on other entities' clients. - Fixed issues with
apugli:edible_itemconsuming the wrong amount of items when used withapoli:modify_food. - Fixed crash involving casting non living entities to living entities when a target is hurt.
- Updated
apugli:allow_anvil_enchantlogic, it should now work as intended.
Apugli v1.7.2 (Fabric 1.19)
Bugfixes
- Fixed Apugli booting the player out when joining a server with a dependent that has been specified to Apugli.
Apugli v1.7.1 (Fabric 1.19)
Bugfixes
- Removed debug logger when activating
apugli:rocket_jump. - Fixed charged rocket jumps clamping too low.
Apugli v1.7.0 (Fabric 1.19)
Power Types
- Added
apugli:action_on_tame_hit,apugli:action_when_tame_hit,apugli:instant_effect_immunitypower types. - Adjusted
apugli:rocket_jumpsound to be higher pitched and lower in volume. apugli:rocket_jumpno longer hurts non-living entities and armor stands.apugli:rocket_jumpdeals less knockback to entities that aren't the user.- Changed
apugli:rocket_jumpfield names around,speedis nowvelocity. - Added
velocity_clampfield toapugli:rocket_jump, which will clamp the rocket jump's added velocity to the value if it goes higher than this or lower than negative this. This defaults to velocity * 1.8. - Added
water_modifierandwater_modifiersfields toapugli:rocket_jump, the rocket jump velocity will now be modified with this modifier when the entity is touching water. - Added
damage_modifieranddamage_modifiersfields toapugli:rocket_jump, this modifies the damage dealt from the explosion caused by the power - Removed
apugli:effect_whitelist, use Apoli'sinvertedfield withinapoli:effect_immunity.
Bi-entity Actions
- Rewrote
apugli:hits_on_targetto be actually usable. apugli:hits_on_targetnow resets when an entity hasn't been hit for default 100 ticks/5 seconds, this value is specified in the mod's config.
Damage Conditions
- Removed
apugli:explosive, useapoli:explosiveinstead.
Item Actions
apugli:action_on_durability_changeis now compatible withapoli:damage.- Both damage actions now utilise increase action from
apugli:action_on_durability_changeif they increase the durability of an item.
Bugfixes
- Made a temporary incompatibility fix involving Collective and
apugli:edible_item. - Modified
apugli:edible_itemlogic to make eating an item not increment relevant scores twice. - Fixed
apugli:modify_enchant_levelnot reapplying after first application. - Fixed
apugli:structureentity condition getting an incorrect field.
Misc
- Added handshake packet along with a way for dependents to disable Apugli's handshake packet, so they can use their own handshake packets.
- Updated to MC 1.19.
- Updated modifier format to new Apoli format for powers/actions that contained modifier fields.
- Refactored directory location to com.github.merchantpug.apugli to match maven group (previously io.github.merchantpug.apugli).
Apugli v1.6.2.2 (MC 1.16.5)
Bugfixes
- Fixed crashes relating to
apugli:rocket_jumppower type andapugli:entity_in_radiusentity condition type.
Apugli v1.6.2.1 (MC 1.16.5)
Compatibility
- Updated dependencies in fabric.mod.json
Bugfixes
- Fixed
apugli:edible_itemcode to match 1.18.2 behavior
Apugli v1.6.2 (Fabric1.16.5)
Entity Conditions
- Internally rewrote
apugli:key_pressedto be compatible with servers.
Apugli v1.6.2 (Forge 1.16.5)
Entity Conditions
- Internally rewrote
apugli:key_pressedto be compatible with servers.
Apugli v1.6.2 (Fabric 1.18.2)
Entity Conditions
- Internally rewrote
apugli:key_pressedto be compatible with servers
Compatibility
- Updated dependencies in fabric.mod.json
Misc
- Removed test files
Apugli v1.6.1 (Forge 1.16.5)
Power Types
- Added
apugli:entity_texture_overlaypower type. - Updated
apugli:modify_equipped_item_rendercompatibility reasons. - Made tweaks to
apugli:modify_enchantment_damage_dealtandapugli:modifiy_enchantment_damage_takenmodifier application.
Entity Condition Types
- Added
apugli:key_pressedentity condition type. - Added
apugli:velocityentity condition type. - Added
apugli:player_model_typeentity condition type.
Technical
- Updated
apugli:edible_itemto match 1.18.2 behavior
Bugfixes
- Fixed
apugli:raycastentity condition.
Apugli v1.6.1 (Fabric 1.16.5)
Power Types
- Added
apugli:entity_texture_overlaypower type. - Updated
apugli:modify_equipped_item_rendercompatibility reasons. - Made tweaks to
apugli:modify_enchantment_damage_dealtandapugli:modifiy_enchantment_damage_takenmodifier application.
Entity Condition Types
- Added
apugli:key_pressedentity condition type. - Added
apugli:velocityentity condition type. - Added
apugli:player_model_typeentity condition type.
Technical
- Updated
apugli:edible_itemto match 1.18.2 behavior.
Bugfixes
- Fixed
apugli:raycastentity condition.
Apugli v1.6.1 (Fabric 1.18.2)
Power Types
apugli:modify_equipped_item_rendernow supports Elytra in chest slot.- Custom X Sound powers now works on all entities.
Entity Conditions
- Keys to check is now cleared whenever a power type is removed. (Optimisation for
apugli:key_pressed)
Compatibility
- Updated required Apoli version to v2.3.2
Bugfixes
- Fixed
apugli:edible_itembucket entity duplication bug.
Apugli v1.6.0 (Fabric 1.18.2)
Power Types
- Added
apugli:entity_texture_overlaypower type. - Updated
apugli:modify_equipped_item_rendercompatibility reasons. - Made tweaks to
apugli:modify_enchantment_damage_dealtandapugli:modifiy_enchantment_damage_takenmodifier application.
Entity Condition Types
- Added
apugli:key_pressedentity condition type. - Added
apugli:velocityentity condition type. - Added
apugli:player_model_typeentity condition type. - Added
tagfield toapugli:structureentity condition type.
Bugfixes
- Fixed
apugli:edible_itemincompatibilities withapoli:modify_food
Apugli v1.5.2 (MC 1.18/1.18.1)
Power Types
- Refactored how the fields on the custom sound powers work, allowing for multiple sounds to be played at once as well as pitch/volume.
Bugfixes
- Fixed
apugli:fire_projectileentity action related crash. - Fixed mod incompatibilities with
apugli:action_on_durability_change
Apugli v1.5.2 (MC 1.16.5)
Power Types
- Refactored how the fields on the custom sound powers work, allowing for multiple sounds to be played at once as well as pitch/volume.
Bugfixes
- Fixed
apugli:fire_projectileentity action related crash. - Fixed mod incompatibilities with
apugli:action_on_durability_change
Apugli v1.5.1.1 (1.16.5)
No Fabric release on CF/Modrinth as it's just refactoring, future versions will have this refactoring.
Bugfixes
- Fixed crashes relating to modded fluids in buckets on Forge.


