header
premium banner

Mob Settings will start downloading in 5 seconds...

STILL DOWNLOADING MANUALLY??

Join over 10 million players who use the CurseForge app!

Download App Now

Description

Mobs Settings

This mod allows you to customize the vanilla mobs settings. 

Features

* Add mob drops to the specific mob via the config file

 

Example:

bat {
# Add How many Mob drops the Mob "Bat" will drop when killed
I:batAmountMobDrops <
1 //this will make it drop 1 dirt block
3 //this will make it drop 3 rotten flesh
0 //this will make it drop 0 stone blocks, which basically prevents it from dropping or drops nothing
> //each line equals each line of drop added in batMobDrops<>

# Add Mob Drops to the Mob "Bat" 
# Example: "minecraft:dirt"
S:batMobDrops <
minecraft:dirt //adds a dirt block to the drop list
minecraft:rotten_flesh //adds a rotten block to the drop list
minecraft:stone //adds a stone block to the drop list
>
}

* Add Mob Spawns to the specific mob via the config file

Example:

bat {
# Add the biome id that the Mob "Bat" will spawn in
I:batAddedSpawnBiomeNames <
minecraft:beach // Adds Biome with the name minecraft:beach to the spawn list for the mob Bat
>

# Add the max amount of the Mob "Bat" that will spawn in the biome
I:batMaxSpawns <
3 // The max amount of spawned mobs per spawned time that have the possibility to spawn
>

# Add the min amount of the Mob "Bat" that will spawn in the biome
I:batMinSpawns <
1 // The Min amount of spawned mobs per spawned time that have the possibility to spawn.
>

# Add the biome id that the Mob "Bat" wont spawn in
I:batRemovedSpawnBiomeNames <
minecraft:beach// Removes the biome with the name minecraft:beach from the spawn list for the mob Bat
>

# Add weighted probabilities to the Mob "Bat"'s spawn rates
I:batWeightedProbs <
10 // Makes the mob have 10 spawn probability for each spawn time.
>
}
List of all Minecraft Biome Registry names: https://ftb.gamepedia.com/Mob_Settings/Biomes

* More Features Coming Soon