You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a class extending Item implements ToolMaterial and overrides getEnchantability it creates the following error when compiling in loom. This is because Item's getEnchantability is method_7837 in yarn and ToolMaterial's getEnchantability method_8026. Maybe tiny-remapper should dupe the method and warn?
If a class extending
Item
implementsToolMaterial
and overrides getEnchantability it creates the following error when compiling in loom. This is becauseItem
's getEnchantability is method_7837 in yarn andToolMaterial
's getEnchantability method_8026. Maybe tiny-remapper should dupe the method and warn?The text was updated successfully, but these errors were encountered: