Vanilla override does not seem to work with drops.
Closed
Vanilla override does not seem to work with drops.
I'm using the latest MythicMobs and MMOItems Dev Builds as of last night. Essentially, if you go into the VanillaMobs.yml and try to implement an MMOItems drop, the mob will never drop it under any circumstances, regardless of if the mob is spawned naturally or by command.
I've tried a simple override such as this:
PIG: Drops:
- mmoitems{type=MATERIAL;id=PIG_CARD} 1 1
- stick 1 1
And, at least in my tests, I can't even get the stick to drop.
EDIT: Sorry, I'm pretty new with the whole GitHub thing and it messed up the formatting pretty bad. Err, best I can do is say that rest assured, it's implemented properly lol
added Bug Verified Issue labels
I tested this for Crysillion this morning, I could not get a cow to drop the mmoitems when naturally generated, when spawned with the /mm m spawn cow or spawned with the /spawnmob cow. I also tried on a chicken with no success, and tried on a zombie with no success. It might have something to do with how the vanilla mobs override glitch was fixed, as it did work before this for hostile mobs at least.
Pig: Drops: - mmoitems{type=SWORD;id=STEEL_SWORD} 1 1 - stick 1 1
I tried with the above mmoitems drop, since it is a default mmoitem.
Edited by Akim91