ZambieLib

The shared library behind ZambieD's mods. If a mod sent you here, just install it; it does the rest on its own.
Back to Files

[Fabric 26.1] ZambieLib v1.1.0

File namezambielib-1.1.0+26.1.2-fabric.jar
Uploader
ZambieDZambieD
Uploaded
Sep 8, 2026
Downloads
7
Size
24.2 KB
Mod Loaders
Fabric
File ID
8839670
Type
R
Release
Supported game versions
  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:zambielib-1655727:8839670"

Learn more about Curse Maven

What's new

  • Every jar is now named zambielib-1.1.0+<target>.jar, so the seven downloads stop sharing one file name, and each target publishes to the local maven repo under its own version. Before this the targets overwrote each other and only the last one built was available to sibling projects.
  • JsonStore keeps an unreadable file as .corrupt before falling back to the backup or the defaults. A hand-edited config with one typo is no longer replaced silently.
  • JsonStore.toJson exposes the store's Gson so mods write files that look the same as the ones it reads.
  • Placeholders takes custom delimiters, so style text works alongside the default %key%. A has(key) check too.
  • New Mods helper: isLoaded and version for any mod id, the same call on Forge, NeoForge and Fabric.
  • Nitro joins the family.

This mod has no additional files