promotional bannermobile promotional banner

Oblivion

Small library mod for functionality I want to implement once and forget the details of thereafter.

File Details

oblivion_api-forge-1.20.1-3.0.0-all.jar

  • R
  • Mar 16, 2025
  • 250.24 KB
  • 212
  • 1.20.1
  • Forge + 1

File Name

oblivion_api-forge-1.20.1-3.0.0-all.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:oblivion-api-1096331:6309892")

NeoForge

implementation fg.deobf("curse.maven:oblivion-api-1096331:6309892")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added:

  • Fabric support.
  • Built-in packs now support data packs and non-required yet on-by-default packs.

Changed:

  • More control over when mixins should apply when using AbstractOblivionMixinPlugin.
  • Built-in packs are now registered via Registration#registerPacks.
  • Moved potion recipes, composting, and fuel times to RecipeLikeProperties.
  • Moved property undoers to extensions/property package.
  • OblivionBoatItem now extends BoatItem.
  • Move away from as many accesstransformers as possible in favor of accessor/invoker mixins.

Fixed:

  • Boats now drop the correct planks when breaking into planks & sticks.