Feathers

Feathers

735k Downloads

1.20.1, ver. 1.1 log spam on equipping skulls

Jackiecrazy opened this issue ยท 2 comments

commented

return Math.max(ArmorHandler.getArmorWeight(armor) -

Issue #20 re-manifests as skulls (and engineer's goggles, probably) are not armor items.
Also, why does the armor weight config take unlocalized names instead of registry names? Reading the registries into items may improve lookup time. Should I PR something in?

commented

return Math.max(ArmorHandler.getArmorWeight(armor) -

Issue #20 re-manifests as skulls (and engineer's goggles, probably) are not armor items.
Also, why does the armor weight config take unlocalized names instead of registry names? Reading the registries into items may improve lookup time. Should I PR something in?

Experiencing this in the latest 1.20.1 version with Elytras

Should be fixed with the PR, this issue in #20 never made it in the final product and the commit ended up not assigned to any branch.

commented

Experiencing this in the latest 1.20.1 version with Elytras