Not required for anything 1.17+. This project won't get any updates.
TRansliterationLib
> Transliteration is a type of conversion of a text from one script to another that involves swapping letters (thus trans- + liter-) in predictable ways[...]
Description
This Library Mod does all the heavy lifting of making mods developed by myself fully independent to the mod-loader they are running on. This has the advantage that everything needs to be coded only once, thereby speeding up development and maintenance times, and ensuring parity between running the Mod on Forge or on Fabric.
Installing/Versions
- Each released TRansliterationLib Jar works under Fabric and Forge(there are no 2 separate downloads).
- Use the latest version of the Lib and the Mods that need it for your chosen Minecraft version! (There will be issues/crashes mixing old and new versions of mods and the lib)
TLDR: Update all at the same time to the newest releases!
What does this Lib do exactly?
It has BukkitAPI like interfaces for all (for my mods) needed classes and then wraps them with the correct implementation for Fabric and Forge. This allows me to write my mods against these interfaces and thereby being highly independent to the ModLoader or Minecraft Version. It also contains Cloth Config for Fabric and Forge so mods can have custom Config screens without further external dependencies, and provides its own event handler system for creating its own events/forwarding Fabric or Forge events.