This mod was created for my friend who enjoys playing on peaceful difficulty. With this mod, we can now play together on a server with mobs without any hassle.
Please note that the avoiding mode is effective against most mobs except those with special abilities like the Wither. The repulsion mode, on the other hand, works with any living entity.
/tigerkus add {player} - Adds a player to the mod's list./tigerkus remove {player} - Removes a player from the mod's list./tigerkus reload - Reloads the mod's configuration.{
"avoiding": {
// If true, mobs will avoid players at all costs. Like creepers do with cats and ocelots.
"enabled": true,
// Maximum distance at which mobs will avoid players.
"maxDist": 8.0,
// Walk speed modifier for far away mobs.
"walkSpeedModifier": 1.2,
// Sprint speed modifier for close mobs.
"sprintSpeedModifier": 1.4
},
"repulsion": {
// If true, player will repel any living entities that are trying to hurt Tiger (e.g. Slimes).
"enabled": true,
// Repulsion strength.
"strength": 2.0
},
// UUIDs of Tigers who can bite!
"uuids": [
]
}
Other versions compatible with Forge and Fabric will be uploaded soon.