Pulsar

a boring library mod used across constellation mods.

File Details

pulsar-0.3.0-1.20.1-build.26-sources.jar

  • B
  • Jun 12, 2026
  • 67.56 KB
  • 3
  • 1.20.1
  • Fabric

File Name

pulsar-0.3.0-1.20.1-build.26-sources.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:pulsar-1391698:8235588"
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.