Server Friendly Looting
Modby ShyNieke
Adds more server friendly ways of getting loot
Type
Mod
CurseForge Downloads
75,961
CurseForge ID
351155
Last Updated
Aug 15, 2026
Description
This mod aims to make looting more friendly towards servers so that new players don't get punished for the exploration of other players.
Currently the mod adds Mimic's to the game which can drop a chest loot table item that is available in that dimension.
This mob can spawn in any biome and any dimension.
The loot tables that the Mimic can drop items from can be changed with CraftTweaker.
//Add a loot table to a dimension
mods.cft.DimensionalTables.addTable(int dimension, String lootTable);
//Remove a loot table to a dimension
mods.cft.DimensionalTables.removeTable(int dimension, String lootTable);
.
//Get a list of tables for a given dimension [Returns empty if the dimension has no tables specified]
mods.cft.DimensionalTables.getTables(int dimension);
In the future this mod will also add a way to respawn unrespawnable bosses. (Example: Elder guardians)
For questions feel free to join my Discord.
Want to support us?
Need a server?
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Screenshots
Similar Mods
Packed Inventory
Inventory management has never been so easy.
Voxy WorldGen
This is a passive chunk generator mod, with server-side support for Voxy!
VeinMiner Mod Integration
Add extra things to Veinminer to make it harder
Only One Item
A Fabric mod that unifies duplicate items in modpacks by replacing them at the data loading stage, ensuring consistent r...
Stonecutter Tweaks
Fixes a stonecutter bug.
TiffitLib
A library for my other mods
