promotional bannermobile promotional banner

MaLiLib

A library mod required for masa's client-side mods

File Details

malilib-fabric-1.20.4-0.18.3.jar

  • R
  • Jun 2, 2024
  • 729.08 KB
  • 246.1K
  • 1.20.4+1
  • Fabric + 1

File Name

malilib-fabric-1.20.4-0.18.3.jar

Supported Versions

  • 1.20.4
  • 1.20.3

Curse Maven Snippet

Fabric

modImplementation "curse.maven:malilib-303119:5393564"

Quilt

modImplementation "curse.maven:malilib-303119:5393564"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

0.18.2:

  • GuiTextFieldGeneric: Deprecate a few of the custom cursor position setter methods
    • At least setCursorPositionEnd() conflicts with a Mojmap name, leading to a recursive call induced crash when running in a Mojmap names environment
    • This change alone doesn't fix the issue entirely, but just prevents the crash, but then also possibly breaks the text field behavior with mods that still use these methods.
    • If these methods are called, they won't do their task anymore, but instead they will just print a warning message for the user to update the dependent mods to a version that doesn't use these methods anymore.
    • Notably you need to use Litematica 0.17.3+ if you use malilib 0.18.2+
    • (0.18.2 was not released for the end users, but it did go to the maven, so I bumped the version again to 0.18.3 instead of overwriting 0.18.2 with the final release version)

 

0.18.3:

  • Set an explicit MC version upper limit to 1.20.4, as this version won't work in 1.20.5 snapshots or later anymore