Custom Mob Drops

Experimental
Customize the drops for almost all mobs

Custom Mob Drops mod for Forge 1.7.10.

Once you've run Minecraft (Press Play from the launcher) with this mod installed, a wildbill22_customdropmod.cfg file is created that contains entries like:

Chicken {

  # item.arrow

  I:drop0 <

    262

    2

  >

  # item.arrow

  I:drop1 <

    262

    2

  >

  B:keepVanillaDrops=true

}

Locate the wildbill22_custommobdrops.cfg file in the Minecraft config folder. It contains all the instructions you need to edit or add drops. It lists all possible mobs and drops. You can edit or add mobs and drops by adding more entries. Each entry has the mob name, drop Id, and the probability N, of it dropping. The probability is the 1/N chance of the drop happening. You can remove all the normal drops by setting KeepVanillaDrops=false. By default, some drops have been added for the bat, as an example.

 

The Custom Mob Drops Team

profile avatar
  • 1
    Followers
  • 1
    Projects
  • 3.0K
    Downloads

More from _ForgeUser16979160