Massive amount of bugfixes / Multi-liquid support / Broken build
This commit is contained in:
17
packer/src/io/anuke/mindustry/BundleLauncher.java
Normal file
17
packer/src/io/anuke/mindustry/BundleLauncher.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package io.anuke.mindustry;
|
||||
|
||||
import io.anuke.ucore.util.Log;
|
||||
|
||||
import java.io.File;
|
||||
import java.nio.file.Paths;
|
||||
|
||||
public class BundleLauncher {
|
||||
|
||||
public static void main(String[] args){
|
||||
File file = new File("bundle.properties");
|
||||
Paths.get("").forEach(child -> {
|
||||
Log.info("Directory: {0}", child);
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user