Entity loot drops appear not to happen after 1.12
ramou opened this issue ยท 1 comments
Issue Description
When killing mobs in Tropicraft, loot isn't droping.
Steps to Reproduce
- Kill an Iguana
- Notice no drops
- Use console commands to give Iguana Leather to make Scuba Harness
Tropicraft Version: 8.1.0
Forge Version: all versions
Crash log
No Crash
Suggested fix
As the goal is to move away from hardcoding drops in the entity files, look into creating the appropriate loot drops via the more modern mechanism that would deliver the same drops as the 1.12 hardcoded dropLoot
and/or dropSpecialtems
would.
This is resolved as of 21cbd80. ๐