promotional bannermobile promotional banner

McHorse's McLib

Library mod for McHorse's mods

File Details

McLib 2.4.1

  • R
  • Oct 23, 2022
  • 719.95 KB
  • 223.4K
  • 1.12.2
  • Forge

File Name

mclib-2.4.1-1.12.2.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mchorses-mclib-304750:4044267")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 2.4.1

This update was made by Chryfi, exceptions are mentioned at the respective items.

  • Added right click to abort dragging of trackpad element
  • Added French translation (thanks to COOL TNT)
  • Added config option to render the respective colours of the translation fields
  • Added ValueSerializer class for automated serialization using Value classes
  • Added GuiCollapseSection
  • Added IconContainer to nest icons into a fixed sized container
  • Added MathUtils method to filter flips of 360 degrees in a rotation
  • Added OptifineHelper class
  • Added ForgeUtils class
  • Added RenderingUtils class
  • Change McLib command to work with singleplayer too
  • Added rendering code for inverting rotation and scale to a utility method
  • Rollback mclib ModHelper to fix issues
  • Fixed NPE crash in keybinds editor (by MiaoNLI)
  • Rewrite Value classes to use generics and improve design (compatibility breaking)