promotional bannermobile promotional banner

Pulsar

a boring library mod used across constellation mods.

File Details

0.2.1 (1.21.10)

  • B
  • Apr 23, 2026
  • 152.28 KB
  • 7
  • 1.21.10
  • Fabric

File Name

pulsar-0.2.1-1.21.10-build.11.jar

Supported Versions

  • 1.21.10

Curse Maven Snippet

Fabric

modImplementation "curse.maven:pulsar-1391698:7971702"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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.