mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-10 17:56:03 +00:00
pass pack to ConfigType#registrySupplier
This commit is contained in:
@@ -13,5 +13,5 @@ public interface ConfigType<T extends AbstractableTemplate, R> {
|
||||
|
||||
TypeKey<R> getTypeClass();
|
||||
|
||||
Supplier<OpenRegistry<R>> registrySupplier();
|
||||
Supplier<OpenRegistry<R>> registrySupplier(ConfigPack pack);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user