Releases: constellation-mc/pulsar
Releases · constellation-mc/pulsar
0.2.1 (1.21.10)
What's New:
- Port to Minecraft 1.21.10
ExtraCodecs
This port removes fromJsonSerializer and other JsonSerializer related methods,
as JsonSerializer is no longer a thing.
ReloaderType
Removed TagManager and LootDataManager types, as those were moved to
dynamic registries.
SavedData
Removed SavedDataHelper, as SavedData was refactored into using datafixerupper codecs,
making this class obsolete.
Additionally, Fabric provides a data attachment API, which is a (better) replacement for those classes.
0.2.1 (1.20.1)
What's New:
- Fixed a performance issue with rendering vanilla screen particles.
0.2.0 (1.20.1)
What's New:
- Renamed most methods to match mojang mappings.
- Removed RegistryUtil#register methods.
- Removed the simple Particle from GUI Particles.