
Tiger Kus'
Активный0.0
Установок
Последнее обновление
TigerKus' Mod (Version 1.8)
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.
Features
- Player-Specific: You can enable the mod only for specific players.
- Hostile Mob Ignorance: Hostile mobs will completely ignore the specified players as if they don't exist.
- Avoiding Mode: When activated, mobs will run away from the specified players. This mode can be configured in the mod's settings, allowing you to adjust the speed and distance at which mobs flee. It can also be disabled through the configuration.
- Repulsion Mode: In this mode, any living entity attempting to harm the player will be pushed back instead. The strength of the repulsion can be configured in the mod's settings. This mode, too, can be disabled if desired.
- Server-Side Only: The mod operates exclusively on the server side and does nothing on client side.
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.
Commands
/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.
Config
{
"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": [
]
}
Known Issues
- Avoiding mode does not work on Slimes, although repulsion mode functions properly.
- Piglins may exhibit peculiar behavior in avoiding mode.
Available Versions
- TigerKus' 1.8 (Forge - 1.19.2)
- TigerKus' 1.7 (Forge - 1.16) - OUTDATED
- TigerKus' 1.5 (Fabric - 1.14) - OUTDATED
- TigerKus' 1.5 (Forge - 1.12) - OUTDATED
Other versions compatible with Forge and Fabric will be uploaded soon.