neoforged / AutoRenamingTool

Remapper/renamer of JAR files, with extensibility for other transformations
GNU Lesser General Public License v2.1
3 stars 7 forks source link

Fix input jar loop returning on dir #2

Closed kennytv closed 9 months ago

kennytv commented 9 months ago

Before this change, RenamerImpl would simply stop iterating files in a jar if it encountered a directory (which would usually be the very first entry)