QuiltMC / quilt-mappings

Quilt's Mappings for Minecraft
Creative Commons Zero v1.0 Universal
90 stars 71 forks source link

Create lint for `createAttributes` method on Living Entities #584

Open OroArmor opened 2 months ago

OroArmor commented 2 months ago

The createAttributes method on Living Entities can cause a Stack Overflow Exception if the two methods have the same name, but only when not specifying the calling class. See (this is after fixing the issue, but the underlying problem remains): image

From what it seems like, this might actually be an issue with tiny remapper not respecting static inheritance: image image