Skip to content

Commit

Permalink
extract logs/guis into examples dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Sep 28, 2024
1 parent 35c4bc1 commit 696f10e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ public void loadCrates() {
"messages.yml"
).forEach(file -> FileUtil.extract(file, "examples", true));

FileUtil.extracts(classObject, "/guis/", path.resolve("examples").resolve("guis"), true);
FileUtil.extracts(classObject, "/logs/", path.resolve("examples").resolve("logs"), true);
FileUtil.extracts(classObject, "/crates/", path.resolve("examples").resolve("crates"), true);
FileUtil.extracts(classObject, "/schematics/", path.resolve("examples").resolve("schematics"), true);
}
Expand Down

0 comments on commit 696f10e

Please sign in to comment.