2.4.0-SNAPSHOT 1.21 support + major storage changes
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