-
Notifications
You must be signed in to change notification settings - Fork 0
Home
RedCraft86 edited this page Jan 29, 2026
·
3 revisions
Common code library for all my mods.
NOTE:
[C] - Configurable
[D] - DataPack Configurable
No prefix means not configurable
- [C] Custom Title Bar: Allows changing the title bar text to anything. Specifically for Modpack Developers.
- [C] Memory Title Bar: Shows the game client's current memory usage, max, and allocation.
- [C] Disable Tab Tooltips: Disables item tooltips in the creative inventory that shows the creative tab in which the items originate from such as Natural Blocks, Functional Blocks, etc. This solves the issue where if you have a mod like ModNameTooltips or JEI, mod names can double up in creative inventory.
- [C] Griefing Blacklist: Prevents certain mobs from annoyingly griefing the world. By default this is enabled for Enderman and Fireballs (Ghasts)
This mod has a log filter that can be edited through .../config/lanternlib-logfilter.json5. It allows you to filter out certain log messages to prevent unneeded log spam. If you wish to fully disable this feature, turn off everything in the config and make sure the Phrases and Regex entries are empty.
- Fixes issue where certain bucketed items will not leave the bucket itself in crafting recipes.
- Attempts to fix issue where Experience Bar and Potion Effects can disappear upon changing dimensions.
- Attempts to fix issues with entites having duplicate UUIDs by assigning new ones to them.
- Attempts to fix issues related to entity health/damage and NaN values.