Download Mob Settings — Minecraft Mods — MetaMods

Mob Settings

Active

Downloads

15

Last update

6 years ago
Client
Fabric
Quilt
Forge
Neoforge
Utils

Mob Settings

Customize Mobs to Your Liking

This mod provides complete control over standard Minecraft mobs, allowing fine-tuning of their behavior and characteristics through configuration files.

Main Features

You can add custom items to any mob's drop list. This opens up endless possibilities for creating unique game mechanics and adjusting server economy.

Example of drop settings for bat:

bat {
# Number of items that mob "Bat" will drop when killed
I:batAmountMobDrops <
1 //will make it drop 1 dirt block
3 //will make it drop 3 rotten flesh
0 //will make it drop 0 stone blocks, which prevents dropping
> //each line corresponds to line in batMobDrops<>

# Adding items to mob "Bat" drop list
# Example: "minecraft:dirt"
S:batMobDrops <
minecraft:dirt //adds dirt block to drop list
minecraft:rotten_flesh //adds rotten flesh to drop list
minecraft:stone //adds stone block to drop list
>
}

Mob Spawn Management

Fully control where and in what quantities mobs appear. Add or remove biomes from spawn lists, configure minimum and maximum number of individuals.

Example of spawn settings for bat:

bat {
# Adding biome ID where mob "Bat" will spawn
I:batAddedSpawnBiomeNames <
minecraft:beach // Adds biome minecraft:beach to spawn list for mob Bat
>

# Maximum number of mobs "Bat" that can spawn in biome
I:batMaxSpawns <
3 // Maximum number of spawning mobs per spawn event
>

# Minimum number of mobs "Bat" that can spawn in biome
I:batMinSpawns <
1 // Minimum number of spawning mobs per spawn event
>

# Biome ID where mob "Bat" won't spawn
I:batRemovedSpawnBiomeNames <
minecraft:beach // Removes biome minecraft:beach from spawn list for mob Bat
>

# Spawn probability for mob "Bat"
I:batWeightedProbs <
10 // Sets spawn probability to 10 per each spawn time
>
}

For complete list of Minecraft biome IDs refer to official documentation.

Project members
sokratis12GR

sokratis12GR

Created: 1 Sep 2017

ID: 19406