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

