FentLib
ModA shared code library and tweak/fix mod.
Type
Mod
Modrinth Downloads
41
Modrinth ID
gicMzKg1
Last Updated
May 14, 2026
Description
FentLib
A shared code library and tweak/fix mod.

Features
- Support for animated GIF server icons. Just drop a server-icon.gif file in the server root directory. Size limits are configurable. HodgePodge is a soft dependency, required if you want to use larger GIFs (because of the packet size limit).
Use the /reload_icon command to reload the icon. Also works for server-icon.png. - Removal of EnderCore / HodgePodge Info Button in the mod list screen.
- API to modify the S00PacketServerInfo packet. Example:
- /dump_thaumonomicon <Optional Comment> command. Run it from the client, and all Thaumcraft research will be dumped as a static website. The comment will be visible under the page title, and you can indicate the pack or mods for with which the dump was done.

- /warpdim [dimension ID] command. Painlessly warp to a dimension (meant for debugging).
- SessionAccessTokenOverrideMixin allows overriding the session access token in dev launches via -Dfentlib.accessTokenOverride=<token>.
- Client sound utilities to set a custom max attenuation distance without increasing the sound volume. Methods:
Example:
SoundUtil.playAt(waveSound, x, y, z, 0.25F, 1.0F, 64.0F);- HTTP-on-Minecraft-port reverse proxying for local web UIs. Configure path-to-port mappings in fentlib/http-port-routes.json so services like Dynmap can be reached through the server port, such as /dynmap/..., instead of separate ports. Set publicBaseUrl in config/fentlib/fentlib.cfg to the public base URL of the server; mods should append their own relative route paths on top of it.
- QOI image format support and utils thanks to saharNooby/qoi-java. For usage example, check out how support for server-icon.qoi is implemented.
- WebP image format support and utils thanks to haraldk/TwelveMonkeys. For usage example, check out how support for server-icon.webp is implemented.
Fishing Loot Config
Set enableFishingLootTable=true in config/fentlib/fentlib.cfg to enable FentLib's fishing override. The loot table lives at config/fentlib/fishing-loot.json. When enabled, vanilla still decides whether a catch is fish, junk, or treasure, but the item itself comes only from this JSON.
The JSON has top-level fish, junk, and treasure lists. Each entry uses vanilla-style weight, supports count and meta ranges, can be limited to a biome whitelist with biomes or inverted into a blacklist with invertBiomes, and biome selectors can be numeric IDs, biome names, or * to match any biome. Entries can also use explicit numeric enchant IDs or useVanillaEnchantingRules for vanilla-style random enchanting.
{ "fish": [ { "item": "minecraft:fish", "weight": 60, "count": { "min": 1, "max": 1 }, "meta": { "min": 0, "max": 0 } }, { "item": "minecraft:fish", "weight": 10, "count": { "min": 1, "max": 2 }, "meta": { "min": 1, "max": 1 }, "biomes": ["ocean", "river"] } ] }Dependencies
Building
./gradlew build.
Credits
License
LgplV3 + SNEED.
Buy me a coffee
- ko-fi.com
- Monero: 893tQ56jWt7czBsqAGPq8J5BDnYVCg2tvKpvwTcMY1LS79iDabopdxoUzNLEZtRTH4ewAcKLJ4DM4V41fvrJGHgeKArxwmJ

Compatibility
Mod Loaders
Game Versions
Similar Mods
Name Tags Always
Makes mob names always visible
Sniffer period
The mod adds the old days when the great lizards of the “sniffing period” still dominated the earth. While Sniffers were...
Happy Ghast Improvements
Happy Ghasts are now quieter and you can boost their speed by feeding them different items
Cobblemon:Crzbrain
CRZbrain is a Kotlin-based Fabric mod for Minecraft/Cobblemon that gives Pokemon an AI-powered brain featuring reinforc...
History Stages
Guide your players through the ages. History Stages lets modpack creators lock items, recipes, dimensions, mobs, loot, a...
Anti Grian Switch Reborn
This is a recreation of the glitch that caused the anti grian switch in Hermitcraft season 9





