pass pack to ConfigType#registrySupplier

This commit is contained in:
dfsek
2021-07-20 15:09:51 -07:00
parent c1dfcafa1d
commit d807abb165
6 changed files with 11 additions and 11 deletions

View File

@@ -13,5 +13,5 @@ public interface ConfigType<T extends AbstractableTemplate, R> {
TypeKey<R> getTypeClass();
Supplier<OpenRegistry<R>> registrySupplier();
Supplier<OpenRegistry<R>> registrySupplier(ConfigPack pack);
}