mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 05:27:43 -05:00
fix nestJar option default in RemapJar
This commit is contained in:
@@ -34,7 +34,7 @@ import java.io.File;
|
||||
public class RemapJar extends DefaultLoomTask {
|
||||
public File jar;
|
||||
public File destination;
|
||||
public boolean nestJar;
|
||||
public boolean nestJar = true;
|
||||
|
||||
@Input
|
||||
public File getJar() {
|
||||
|
||||
Reference in New Issue
Block a user