S-Lib

A core utility library providing shared code for Stalemated's mods.

File Details

S-Lib 1.0.3 - NeoForge 1.21.1

  • R
  • Jun 27, 2026
  • 75.88 KB
  • 31
  • 1.21.1
  • NeoForge

File Name

s-lib-neoforge-1.0.3+1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:s-lib-1576101:8327599"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Full Changelog

1.0.3+1.21.1

New feature

  • Regex strategy can now match tags (e.g. regex:#c:(swords|bows) will match the #c:swords and the #c:bows tags.)
    • The # symbol ALWAYS needs to be prefixed when matching tags in regex mode.