Summary: If there are any present minecarts in the world and you do /kill @e[type=minecart], the minecarts drop themselves despite mob loot is OFF.
How to reproduce:
- Turn mob loot OFF
- Summon a few minecarts (it works with most of the minecart variants) with /summon minecart
- Use /kill @e[type=minecart]
Observed Result: The minecarts drop there contents
Expected Result: The minecarts shouldn't drop there contents
- relates to
-
MCPE-160186 Chest boats do not drop themselves or their contents when killed with /kill command
- Resolved
The mob loot gamerule is irrelevant, minecarts should not drop an item when killed with /kill whether mob loot is enabled or not. Same with the entity drops gamerule, neither should affect the kill command. The entity drops gamerule should control minecart drops when broken by hand, which currently it does properly.