Server Friendly Looting

Server Friendly Looting

Mod

Adds more server friendly ways of getting loot

Client and server

506 downloads
1 follower
Created2 years ago
Updated4 days ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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)

Akliz Partner

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?

Patreon  -Mrbysco

Patreon  -ShyNieke

External resources



Project members

ShyNieke

Owner

Mrbysco

Voodoo Wizard (Coder)


Technical information

License
MIT
Client side
required
Server side
required
Project ID