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

[Neoforge 26.2] ZambieLib v1.1.0

File namezambielib-1.1.0+26.2-neoforge.jar
Uploader
ZambieDZambieD
Uploaded
Sep 8, 2026
Downloads
14
Size
24.2 KB
Mod Loaders
NeoForge
File ID
8839671
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:zambielib-1655727:8839671"

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 related projects