promotional bannermobile promotional banner

FLIB

FutureLIBrary mod to speed up porting and developing new content

File Details

flib-1.20.1-0.0.10.jar

  • R
  • Aug 23, 2023
  • 275.78 KB
  • 61.3K
  • 1.20.1
  • Forge + 1

File Name

flib-1.20.1-0.0.10.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:flib-661261:4718037")

NeoForge

implementation fg.deobf("curse.maven:flib-661261:4718037")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

RenderBlockUtils.java had several changes with the goal of allowing rendering from both the 'Player' and 'TESR' perspective:

 

-several private methods now public(renderCube, createBox)

 

-several methods now have new with different input arguments (renderOutline, renderColourCubes)

 

-one method @Deprecated and it re-routes to the new public version (the renderColourCubes variant that depends on RenderLevelStageEvent)

 

-one variant of the getColorARGB method marked as deprecated since it had an unused argument