Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Releases: ChrysanthCow/apugli

Apugli v2.11.0+1.20.4

Choose a tag to compare

@ChrysanthCow ChrysanthCow released this 16 Aug 08:55
  • Bump to a full release for CurseForge search-ability.
    • Origins is no longer supported for 1.20.4, and has moved over to 1.21.
    • 1.21 will come when Origins 1.21 stabilises. There are many breaking changes and there will be more, so please don't ask me to port to this version until we get a stable release.
  • This release also is no longer considered a snapshot on the maven.

Bugfixes

  • Fixed the custom projectile power/action modifying the shooter's tag instead of the projectile's tag with the tag field.
  • Fixed Apugli power specific item conditions crashing the game.

Apugli v2.10.4+1.20.1

Choose a tag to compare

@ChrysanthCow ChrysanthCow released this 16 Aug 19:02

Bugfixes

  • [FORGE] Fix invalid refmaps.

Apugli v2.10.3+1.20.2

Choose a tag to compare

@ChrysanthCow ChrysanthCow released this 16 Aug 08:48

Bugfixes

  • Fixed the custom projectile power/action modifying the shooter's tag instead of the projectile's tag with the tag field.
  • Fixed Apugli power specific item conditions crashing the game.

Apugli v2.10.3+1.20.1

Choose a tag to compare

@ChrysanthCow ChrysanthCow released this 16 Aug 08:43

Bugfixes

  • Fixed the custom projectile power/action modifying the shooter's tag instead of the projectile's tag with the tag field.
  • [FORGE] Fixed modify_breeding_cooldown not functioning properly. #79
  • [FORGE] Fixed key_pressed entity condition not being persistent across dimensions.

Apugli v2.6.7+1.19.2

Choose a tag to compare

@ChrysanthCow ChrysanthCow released this 16 Aug 08:38

Bugfixes

  • Fixed damage_nearby_x_hit power type running attacker, target bientity conditions without an attacker. (toomanyorigins#87)
  • Backported fix for a crash relating to explosions. #62
  • [FORGE] Fixed modify_breeding_cooldown not functioning properly. #79
  • [FORGE] Fixed key_pressed entity condition not being persistent across dimensions.
  • [FORGE] Fixed hits_on_target not updating.
  • Fixed the custom projectile power/action modifying the shooter's tag instead of the projectile's tag with the tag field.

Miscellaneous

  • Updated Mixin Extras to 0.2.1.
  • Updated Calio and Apoli artifacts to use Ladysnake Maven instead of JitPack.
  • Can now run on 1.19-1.19.2.

Apugli v2.11.0-alpha.1+1.20.4

Pre-release

Choose a tag to compare

Depending on alpha versions of Apugli

For the time being, to depend on these alphas while Origins itself is being released as alphas, you will have to use the snapshot branch of the Greenhouse maven.

To do so, swap out releases in the link with snapshots.

maven {
    name = "Greenhouse"
-    url = "https://maven.greenhouseteam.dev/releases/"
+    url = "https://maven.greenhouseteam.dev/snapshots/"
}

Changes

  • Barebones port to 1.20.4

Apugli v2.10.2+1.20.2

Choose a tag to compare

@github-actions github-actions released this 18 May 23:42

Bugfixes

  • Fixed damage_nearby_x_hit power type running attacker, target bientity conditions without an attacker. (toomanyorigins#87)
  • Fixed Explosion Sync packet desync. Which should affect the apugli:explode and explosion_raycast entity action types, and the rocket_jump power type.
  • Fixed key_pressed entity condition type not functioning properly with continuous keys.
  • Fixed custom_projectile block actions not writing to NBT.

Apugli v2.10.2+1.20.1

Choose a tag to compare

@github-actions github-actions released this 18 May 23:12

Bugfixes

  • Fixed damage_nearby_x_hit power type running attacker, target bientity conditions without an attacker. (toomanyorigins#87)
  • Fixed Explosion Sync packet desync. Which should affect the apugli:explode and explosion_raycast entity action types, and the rocket_jump power type.
  • Fixed key_pressed entity condition type not functioning properly with continuous keys.

Apugli v2.10.1+1.20.2

Choose a tag to compare

@github-actions github-actions released this 14 Mar 21:55

Bugfixes

  • Fixed modify_scale sometimes not syncing when scales are applied. (#70)

Apugli v2.10.1+1.20.1

Choose a tag to compare

@github-actions github-actions released this 14 Mar 21:47

Bugfixes

  • Fixed modify_scale sometimes not syncing when scales are applied. (#70)
  • Fixed a modify_enchantment_level related NullPointerException crash. (#73)