Skip to content

Releases: Tofaa2/EntityLib

2.4.0-SNAPSHOT 1.21 support + major storage changes

06 Jul 14:43
202a564
Compare
Choose a tag to compare

What's Changed

  • Introduction of EntityContainers, rather than the API storing everything in a map and forcing us to have spawn methods.
  • Remove spawnEntity, spawnPlayer etc methods. Now you can construct the entity using the new() keyword for creating objects and calling spawn
  • Alphabetically ordered entities and added some missing entities by @OakLoaf in #10
  • PacketEvents 2.4.0 and Minecraft 1.21 by @xDec0de in #11

New Contributors

Full Changelog: 2.3.1-SNAPSHOT...2.4.0-SNAPSHOT

2.3.1-SNAPSHOT Holograms API fix

10 Jun 13:25
Compare
Choose a tag to compare

This release is a fix of the previously outdated holograms api

2.3.0-SNAPSHOT Merges and fixes

07 Jun 12:57
0da1d44
Compare
Choose a tag to compare

Fixes to 1.20.6 metadata

What's Changed

  • Fix customName NPE by @Xemorr in #8
  • Fix getCustomName() in EntityMeta, update protocolVersion for 1.20.6, new method to use MetaData in packetevents listener by @SuperMax8 in #9

New Contributors

Full Changelog: 2.2.1-SNAPSHOT...2.3.0-SNAPSHOT

2.2.1-SNAPSHOT Misc bug fixes

26 May 11:23
Compare
Choose a tag to compare

2.2.0-SNAPSHOT LivingEntity attributes + more

23 May 19:08
Compare
Choose a tag to compare

Added WrapperEntityAttributes class, which is in WrapperLivingEntity, allows modifying entity attributes and keeps track of them
Fixed Version checker
Added bstats

2.1.2-SNAPSHOT

09 May 19:58
Compare
Choose a tag to compare

2.1.1-SNAPSHOT

09 May 19:52
Compare
Choose a tag to compare

What's Changed

  • Add Gradle Kotlin DSL and Maven dependencies to readme by @jordoncodes in #6
  • Fix and improve entity equipment api

Full Changelog: 2.1.0-SNAPSHOT...2.1.1-SNAPSHOT

2.1.0-SNAPSHOT Custom Name Fix

28 Feb 18:17
Compare
Choose a tag to compare

Fixes bug since first entity lib where entity custom names did not work. Also apparently if you set the custom name visible instantly after setting the custom name , the client crashes (cannot fix, thanks mojang)

2.0.9-SNAPSHOT spigot bug fixes

24 Feb 21:17
Compare
Choose a tag to compare
Update InternalRegistryListener.java

2.0.8-SNAPSHOT player methods

23 Feb 15:28
Compare
Choose a tag to compare