Alpha-s-Stuff / TinkersConstruct

Tinker a little, build a little, tinker a little more...
MIT License
84 stars 29 forks source link

Fix ender dragon scale drop from player explosion #133

Closed sarim closed 2 months ago

sarim commented 2 months ago

Its DamageTypes.PLAYER_EXPLOSION, not DamageTypes.EXPLOSION. Fixing this now successfully drops dragon scale.

AlphaMode commented 2 months ago

Looks good! I'll go ahead and merge this although for future reference I'm wondering if it would be better to use the DamageTypeTags.IS_EXPLOSION tag