LanternLib
LanternLib is a library module containing common code used across all RedCraft86 developer's modifications.
Features and Functionality
While the primary purpose of this mod is to serve as a code library for personal use, it also includes several useful utilities and fixes.
Configurable Options
- Disable Creative Tab Tooltips: Removes item descriptions in creative mode that typically display tab names like "Functional Blocks" or "Natural Blocks". Solves the issue of duplicate mod names when used alongside mods like JEI or ModNameTooltip.
- Window Title Text: Useful feature for modpack creators wanting to display their project name in the game window title.
- Memory Usage Display: Shows current used, total, and allocated memory amounts in the application title bar.
- Griefing Blocklist: Prevents certain mobs (such as Endermen) from destroying blocks in the world.
Permanently Active Functions
- Bucket Behavior Fix: Solves the issue with using buckets containing fish and snow in crafting recipes, where the bucket itself was being improperly consumed.
- Movement Speed Limit Removal: Removes built-in restrictions on player movement speed and disables "incorrect movement" checks that typically trigger when moving too fast.
Modpack Usage
Permission is granted to include this modification in your modpacks.
For Mod Developers
Developers can freely use this library in their projects without the requirement to open-source their own modifications. The LGPL3 license applies only to this module and its modifications.
Forking and Modification
Permission is granted for forking and modifying the project. When distributing modified versions, access to the source code of your changes must be provided according to LGPL3 license requirements.