Mob Properties

Allows you deep customization for your mobs, including drops, attributes, NBT, and more!

File Details

MobProperties-1.7.10-0.3.4.jar

  • B
  • Oct 26, 2014
  • 108.36 KB
  • 130.3K
  • 1.7.10

File Name

MobProperties-1.7.10-0.3.4.jar

Supported Versions

  • 1.7.10

0.3.4
- Fixed "xp" function's "set" operation to now properly set base xp.
- Default file generation now supports mods with weird mod ids.
0.3.3
- Fixed crash caused when a mob does not have a MobProperties file.
0.3.2
- Added "pre_stats" as an actual allowed field. Whoops!
0.3.1
- Fixed position bug with the "spawn" function when using tags.
- Default for "set_block" update is now 3 instead of 2.
0.3.0
- Drops functions called in stats are now themselves saved and executed on death.
- Old individual item and entity lists will still be dropped/spawned, but no longer created.
- This means ALL drops functions can now be used exactly as if they were in the drops section.
- The nbt function "compound" now only overrides the tags defined in the function, instead of the entire compound.
- New life cycle event - "pre_stats".
- New universal function - "external".
- New drops function - "set_block".
- New nbt function - "chest_loot".
- New conditional checks - check_nbt_X, above_looting_X, raining, thundering, moon_phase_X, beyond_X, past_world_difficulty_X, player_online_X.