move resource dumping to AbstractTerraPlugin

This commit is contained in:
dfsek
2021-07-30 08:09:37 -07:00
parent b407ca8821
commit 1dbcb031ea
3 changed files with 49 additions and 29 deletions

View File

@@ -30,4 +30,6 @@ public interface PluginConfig {
int getBiomeCache();
int getProviderCache();
boolean dumpDefaultConfig();
}