STS15 / Fargos-Talismans

A Fargo's style mod for equipable talismans
https://github.com/neoforged/mdk
Other
1 stars 2 forks source link

Mob drop loot tables are not functioning properly #2

Closed STS15 closed 2 months ago

STS15 commented 2 months ago

Neoforge 21.0.114+ Fargos Talismans 2.0.6+

Currently select mobs (Creeper, Skeleton, Zombie, Spider) do not drop their standard loot tables.

STS15 commented 2 months ago

Switching from injecting a loot table into the minecraft entity loot tables (Which seems to override the vanilla loot table) to an event handler that listens for deaths of the specific type, and in a specific location that matches up with the fargos dungeon. I still need to test the lag impact of this, but should close events without causing too much of an inpact.