Langue

UltraLib

UltraLib

Modrinth

Non-intrusive java code library

15.8k téléchargements 3 abonnés mis à jour 7mo ago
dernière v1.0.7+1.20.1 Modrinth
Fabric 1.20 – 1.21.10 LibraryManagementUtility

This is my penultimate library mod, meant for easing data-driven development and feature registration. It is non-intrusive (meaning no-mixins and such for broad compatibilty) and is purely a collection of helpful Java classes.

Currently includes:

  • OptionalObject: A way for parsing optional data from JSON
  • LatchedKeyBinding: Keybindings that only run once per click
  • SortedList: Sorting a list by weight
  • UltraConfig: Extremely light-weight config
  • SimpleDataLoader, RunnableDataLoader, DetachedRunableDataLoader: Different methods of loading json data
  • Creator: A Function with registry that allows for turning one object into another by a specified id. Mainly used for data-driven features.
  • Lists: Repackaging of the Apache Commons class because its not included on the client by default

UltraDRY!

  • UltraLib now offers some utilities to help keep things DRY.
  • Opt-in by adding this to your client init: UltraLib.registerPackage(this.getClass(), MOD_ID);
  • Now you can grab multiple things with ease!:
    • Mod-specific identifiers with UltraLib.id(String id);
    • Mod translations with UltraLib.getText(String title, String... paths);
    • You can even get your logger wtih UltraLib.log();!
    • More examples here

Versions

Release
1.0.7+1.20.1
fabric · 1.20.1 · 7mo ago
- UltraLib is now **UltraDry!** - TextUtil and formulas
1.7k
Release
1.0.5+1.21.9
fabric · 1.21.9, 1.21.10 · 8mo ago
- Updated to 1.21.9
13.3k
Release
1.0.4.3
fabric · 1.20, 1.20.1, 1.20.2 · 8mo ago
- Updates to `UltraConfig`
545
Release
1.0.4.2
fabric · 1.20, 1.20.1, 1.20.2 · 8mo ago
- Condition for `SimpleDataLoader`
76
Release
1.0.3
fabric · 1.20, 1.20.1, 1.20.2 · 9mo ago
- Initial modrinth release
116

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.

Télécharger UltraLib

Les fichiers proviennent directement de la source d'origine. Modgrid ne les héberge ni ne les modifie.