packDirectory -> rootPath

This commit is contained in:
Astrash
2023-11-25 15:07:45 +11:00
parent 5c7441241c
commit 4ba71e9c27
7 changed files with 20 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ public interface ConfigPack extends LoaderRegistrar,
List<GenerationStage> getStages();
Path getPackDirectory();
Path getRootPath();
String getAuthor();