It appears that the game rule doMobLooting does not do anything, even though it seems like that it is supposed to enable or disable the mob drops. Another rule achieves the purpose of enabling or disabling the mob drops, which is doMobLoot. Knowing this, the game rule doMobLooting might be obsolete.
Attachments
Comments 3
I know that the rule is doMobLoot. What I'm trying to say that the rule doMobLooting should be deleted.
???
There is nothing to delete.
You can also create a gamerule IdontWantMyMobsToDropAnything
which has the same effect like doMobLooting
This is possible since 14w29 , see http://minecraft.gamepedia.com/14w29a
The ability to create gamerule variables
These are fake gamerules which don't actually affect your world, but can be used with /stats with the new QueryResults argument to update a scoreboard objective based on the value of that gamerule
Declare using /gamerule <newRuleName> <value>
The name of the rule is
doMobLoot
notdoMobLooting