AbsolemJackdaw / Paintings--

GNU General Public License v3.0
14 stars 12 forks source link

General fixes #79

Closed Darkhax closed 1 year ago

Darkhax commented 1 year ago

This PR primarily fixes a resource leak created by using Files#walk outside of a try-with-resource statement. While I was here I also tried to clean up a few code smells, fixed the incorrect JAR manifest property names, and minorly optimized images. Tested the mod with these changes on Forge and Fabric using the potion brewing pack. I've left more details about each change in the commit message.