Minecraft Mob Settings mod 2026 download
logo
minecraft mod Mob Settings

Mob Settings

Game Version: 1.12.1
Total Downloads: 85,445
Updated: Sep 1, 2017
Created: Jul 22, 2016
Download Mob SettingsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
mobsettings-1.12.1-3.2.0.jar release 37.21 KB Sep 1, 2017 1.12.1 1,590 download Mob Settings mobsettings-1.12.1-3.2.0.jar releaseDownload
mobsettings-1.12-3.1.0.jar release 37.70 KB Jul 15, 2017 1.12 650 download Mob Settings mobsettings-1.12-3.1.0.jar releaseDownload
mobsettings-1.12-3.0.0.jar release 35.65 KB Jun 12, 2017 1.12 485 download Mob Settings mobsettings-1.12-3.0.0.jar releaseDownload
mobsettings-1.11.2-2.3.0.jar release 35.87 KB Mar 5, 2017 1.11.2 4,721 download Mob Settings mobsettings-1.11.2-2.3.0.jar releaseDownload
mobsettings-1.11.2-2.3.0.jar release 17.71 KB Mar 5, 2017 1.11.2 121 download Mob Settings mobsettings-1.11.2-2.3.0.jar releaseDownload
mobsettings-1.10.2-1.4.1.jar release 25.60 KB Feb 12, 2017 1.10.2 70,258 download Mob Settings mobsettings-1.10.2-1.4.1.jar releaseDownload
mobsettings-1.11.2-2.2.0.jar release 29.91 KB Feb 12, 2017 1.11.2 197 download Mob Settings mobsettings-1.11.2-2.2.0.jar releaseDownload
mobsettings-1.10.2-1.4.0 release 24.83 KB Jan 2, 2017 1.10.2 334 download Mob Settings mobsettings-1.10.2-1.4.0 releaseDownload
mobsettings-1.11-2.1.0 release 34.67 KB Dec 18, 2016 1.11 4,353 download Mob Settings mobsettings-1.11-2.1.0 releaseDownload
mobsettings-1.10.2-1.3.0 release 15.91 KB Dec 3, 2016 1.10.2 224 download Mob Settings mobsettings-1.10.2-1.3.0 releaseDownload
mobsettings-1.11-2.0.0 release 17.07 KB Dec 3, 2016 1.11 1,223 download Mob Settings mobsettings-1.11-2.0.0 releaseDownload
mobsettings 1.2.0 release 14.03 KB Oct 24, 2016 1.10.2 309 download Mob Settings mobsettings 1.2.0 releaseDownload
mobsettings 1.1.0 release 20.46 KB Jul 31, 2016 1.10.2 514 download Mob Settings mobsettings 1.1.0 releaseDownload
mobsettings-1.10.2-1.0.0.0 beta 20.70 KB Jul 25, 2016 1.10.2 466 download Mob Settings mobsettings-1.10.2-1.0.0.0 betaDownload

Description

Share this:

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

Comments

Add a comment