Bugfixes
- Fixed Hover power flight check disabling involving mounts crashing the game.
Bugfixes
- Fixed Handshake packet booting out those with the mod.
- Fixed Hover power triggering 'flight is not enabled' kick.
Misc
- Use the
apugli:charged_effectstag forapugli:explode.
Bugfixes
- Fix crash upon startup.
Misc
- Remove the -fabric within mod versioning.
- Use the
apugli:charged_effectstag forapugli:explode.
Dependencies
- Updated to 1.19.3 alongside dependencies.
Bugfixes
- Fix
apugli:rocket_jumpcrash when atargetable_bientity_conditionis not specified.
Misc
- Make License in fabric.mod.json comply to SPDX format.
Power Types
- Added
apugli:action_on_projectile_hitpower type. - Added
apugli:projectile_action_over_timepower type. - Added
targetable_bientity_conditionanddamage_bientity_conditionfields toapugli:rocket_jump. - Additional optimisations to
apugli:rocket_jump.
Action Types
- Added
apugli:spawn_particlesentity action type. (Use only if you have to as this entity action may be removed when Apoli updates to 1.19.3.)
Condition Types
- Added
apugli:attacker_conditionentity condition type. Allows testing a bi-entity condition with the entity's attacker as the actor and the entity as the target. - Added
apugli:attack_target_conditionentity condition type. Allows testing a bi-entity condition with the entity as the actor and its attack target as the target. - Added
apugli:can_take_damageentity condition type. Accepts asourcefield. - Added
apugli:max_healthentity condition type. Acceptscomparisonandcompare_tovalues. - Added
apugli:trident_enchantmententity condition type. Allows checking of enchantments on a trident that the condition is testing.
Bugfixes
- Fixed Hits On Target component trying to sync entities that aren't loaded.
- Fixed Hits On Target component not ticking serverside.
Internal
- Rewrote
apugli:modify_soul_speedpower type's logic.
Bugfixes
- Fixed a crash when the edible item power doesn't have a return stack present.
Miscellaneous
- Corrected license field in fabric.mod.json.
Bugfixes
- Fixed a crash whenever an explosion is spawned into the world.
Internal
- Updated included MidnightLib to v1.0.0-fabric.
Unmentioned 1.11.0 Changes
- Changed license to LGPL-3 (previously MIT).
- Updated built-in Mixin Extras.
Bi-entity Actions
apugli:change_hits_on_target.
- Now includes
timer_changeandtimer_operationfields, these modify the timer.timer_changedefaults to 0. - Due to
timer_changedefaulting to zero, the timer now resets upon using this power.
Bugfixes
- Fixed packet overload issues.
- Fixed
apugli:edible_itemoverwriting the food item with thereturn_stackwhen the stack is not empty after consumption. - Fixed
apugli:redirect_lightning'schancefield having a default value of null, it now has no default value. - Fixed potential string issues within
File Size Limitconfig option. - Fixed other entites not rendering when
apugli:entity_texture_overlayhasrender_original_modelset to true.
Config
- Moved server config values to common config. These values do not appear in the ingame config screen.
Internal
- Internally rewrote
apugli:keys_pressedto be less packet heavy and more secure. - Internally rewrote
apugli:hits_on_targetbi-entity condition to have less conflict and packet heavy. - Prefixed all unique fields/access methods in mixins that weren't prefixed.
Changes
- Added
render_original_modelfield toapugli:entity_texture_overlaypower type. Defaults totrue.
Internal
- Internally rewrote
apugli:edible_itempower type,tick_rateis no longer a used field for the power. - Rewrote
apugli:keys_pressedentity condition packets to catch use cases where players aren't loaded.
Bugfixes
- Fixed incompatibility with Switchy Inventories.
Changelog
- Fixed crash involving
apugli:particle_in_radiuson other client player entities.
Miscellaneous
- Removed test powers from maven artifact.
This update does nothing for users of the mod. This is moreso for developers and mods that nest it.
Refactors
- Changed from com.github.merchantpug package name to net.merchantpug
Bugfixes
- Fixed
apugli:energy_swirlnot displaying when usingtexture_locationfield. - Fixed an incompatibility with Figura's render layer getting method.
- Updated
apugli:prevent_bee_angerlogic, bees don't anger on other players if they are nearby.
Config
- Underlined headings for easier reading.
Power Types
- Added new
apugli:player_model_typepower type. - Modified
apugli:redirect_lightninglogic to make it not cancel out in specific situations. - Reworked how
apugli:prevent_breeding's bi-entity action works. - Slightly rewrote
apugli:modify_enchantment_levelbased on new modifiers. - Added new
texture_url,show_first_person,uses_rendering_powersandsizefields toapugli:entity_texture_overlay apugli:entity_texture_overlayno longer renders if the entity is invisible and isn't glowing.- Added new
texture_urlandsizefields toapugli:energy_swirl
Config
- Changed config to use MidnightLib Config (this resets your current config).
- Added new File Size Limit config option, this is for use with
texture_urlfields. - Added new Connection Timeout config option, this is for use with
texture_urlfields.
Bugfixes
- Removed two accidentally left in debug loggers.
apugli:edible_item's entity action now runs after the food has been consumed.
Miscellaneous
- Added warning message for when a player has more than one player model setting power active.
Apugli v1.7.0+1.16.5 (For Fabric/Forge)
This is the final version of Apugli for 1.16.5. If you would like to continue getting support, please play the latest MC version of the mod This is a mixture between v1.6.0 and later features from the 1.19 version of the mod, it does not have parity with Apugli v1.7.0 for a later MC version.
[FML] - Forge only change
Power 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.- Reworked how
apugli:prevent_breeding's entity actions work.
Bugfixes
- Fixed
apugli:allow_anvil_enchantnot functioning properly. - [FML] Fixed
apugli:modify_breeding_cooldownnot functioning properly. - [FML] Fixed crash involving
apugli:prevent_breeding. - Fixed
apugli:prevent_soundnot functioning properly. - Fixed
apugli:key_pressednot performing on the server. - Fixed
apugli:key_pressedlogic to now work in contexts that happen within one tick on the first instance of them happening (e.g.origins:if_else). - Fixed potential mixin incompatibilities to do with
apugli:modify_equipped_item_render.
Apugli v1.8.2 (Fabric/Quilt 1.19)
Power Types
- Changed
apugli:redirect_lightningto prioritise higher chances over lower chances first.
Bugfixes
- Fixed mixin incompatibility with GeckoLib to do with
apugli:modify_equipped_item_render - Fixed
apugli:prevent_soundnot functioning properly. - Fixed
apugli:key_pressedlogic to now work in contexts that happen within one tick on the first instance of them happening (e.g.apoli:if_else_list).
Miscellaneous
- Apugli will have its version check disabled if the mod is inside another mod. (This does not work on Quilt and will perform the check anyway).


