Improved Mobs (Forge)

Improved Mobs (Forge)

8M Downloads

Invalid configuration

luoxingzlx opened this issue · 3 comments

commented
# Item which will be given to mobs who can break blocks. Set to nothing to not give any items. [default: minecraft:diamond_pickaxe]
S:"Breaking item"=minecraft:diamond_pickaxe

When I fill in an item, it works fine, but I can't let the monster not hold item, whether I don't write it or fill in "nothing".If I do, it will use the default setting.

There is also a problem. Does this mod allow mob to use items that need to be right-clicked, like shields or other mod‘s bows? Because the ender pearl need to be right-clicked, I tried ArmoreableMobs, but it can't do it.

forge 14.23.5.2815
ImprovedMobs 1.12.2-1.4.0

commented

I did some testing and the mob could use the bows and shields of other mods. This mod is great!

commented

use minecraft:air for no items

commented

Thanks!