Pulsar

a boring library mod used across constellation mods.

File Details

0.3.0 (1.20.1)

  • B
  • Jun 12, 2026
  • 162.78 KB
  • 8
  • 1.20.1
  • Fabric

File Name

pulsar-0.3.0-1.20.1-build.26.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

What's New:

  • Added loot.LootCodecs & loot.LootContextBuilder from Andromeda and Commander.
    • in 1.20.1, LootCodecs is a wrapper around Json(De)SerializationContext, in future versions it uses the real codecs.
    • LootContextBuilder is a wrapper around LootParams.Builder with some utility methods added.
  • Exposed custom dynamic ops in JsonCodecDataLoader, finalized the apply, moved codec parsing to prepare, matching newer MC versions.