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)
Need a server? Get 20% off your first month by using promo code "mrbysco"
For questions feel free to join my Discord.
Want to support us?
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Compatibility
Minecraft: Java Edition
1.21
1.20.6
1.20.4
1.20.1–1.20.2
1.19.x
1.18.x
1.17.1
1.16.5
Platforms
Forge
Supported environments
Details
Licensed MIT
Published 2 years ago
Updated 3 months ago