remove vanilla methods from ConfigPack

This commit is contained in:
dfsek
2021-12-16 22:50:48 -07:00
parent 1852d9103f
commit 8773c414c5
5 changed files with 42 additions and 83 deletions

View File

@@ -31,14 +31,6 @@ public interface ConfigPack extends LoaderRegistrar, LoaderHolder, RegistryHolde
Map<BaseAddon, VersionRange> addons();
boolean vanillaMobs();
boolean vanillaStructures();
boolean vanillaCaves();
boolean vanillaFlora();
BiomeProvider getBiomeProvider();
<T> CheckedRegistry<T> getOrCreateRegistry(Type clazz);