Added mod file tree, bundle loading

This commit is contained in:
Anuken
2019-09-28 21:13:44 -04:00
parent b3666ed2a8
commit 4f9ed73a59
5 changed files with 95 additions and 17 deletions

View File

@@ -332,7 +332,7 @@ public class ServerControl implements ApplicationListener{
info("Name: &ly{0}", mod.meta.name);
info("Version: &ly{0}", mod.meta.version);
info("Author: &ly{0}", mod.meta.author);
info("Path: &ly{0}", mod.jarFile.path());
info("Path: &ly{0}", mod.file.path());
info("Description: &ly{0}", mod.meta.description);
}else{
info("No mod with name &ly'{0}'&lg found.");