Skip to content

VoidLeech/Oblivion

Repository files navigation

Oblivion

Modrinth Downloads CurseForge Downloads Modrinth Game Versions

A Minecraft modding library. After implementation (here, once), cast the details into Oblivion, and call simple, intuitive methods.

Features

  • Abstract Mixin Plugin for easy mod-dependent mixins.
  • Some extension methods for Block-, Item-, or FluidTypeProperties to undo calls like noCollission() [sic] (atm only a subset of properties is available).
  • Advancement Brute Forcer to grant advancements by name, regardless of the actual criteria defined.
  • Abstract System to provide additional resource packs.
  • Simple Registration of Potion Recipes, Compostability, and Furnace Fuel Time.
  • Mod-agnostic Sign Registration.
  • Mod-agnostic Boat Registration.
  • IShownInCreativeTab interface definition.

F.A.Q.

Q: Can this be used in my modpack?
A: Yes, but do note our license does not allow directly including the mod files in your pack.

Licensing

This project is released under the Avoiding Leeching License, version 1.0.

Third-Party Content

The boat code in this project is based on and contains code from Kaupenjoe's 1.20.X Forge Tutorial, which is licensed under the MIT license.