The package for the 1.20.5 Main class is slicer instead of com.mojang.slicer, which makes the JAR not executable, as the manifest points to com.mojang.slicer.Main and not slicer.Main. This seems to be a mistake, as all other Main classes are in the com.mojang.slicer package.
This changes the package and adjusts the directory to be consistent with other Main classes, and thus fixes the issue of the JAR not being executable.
The package for the 1.20.5
Main
class isslicer
instead ofcom.mojang.slicer
, which makes the JAR not executable, as the manifest points tocom.mojang.slicer.Main
and notslicer.Main
. This seems to be a mistake, as all otherMain
classes are in thecom.mojang.slicer
package.This changes the package and adjusts the directory to be consistent with other
Main
classes, and thus fixes the issue of the JAR not being executable.Fixes #10.