mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
add getters for all registries to ConfigPack
This commit is contained in:
@@ -311,4 +311,32 @@ public class ConfigPack implements LoaderRegistrar {
|
|||||||
public FunctionRegistry getFunctionRegistry() {
|
public FunctionRegistry getFunctionRegistry() {
|
||||||
return functionRegistry;
|
return functionRegistry;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public NormalizerRegistry getNormalizerRegistry() {
|
||||||
|
return normalizerRegistry;
|
||||||
|
}
|
||||||
|
|
||||||
|
public CarverRegistry getCarverRegistry() {
|
||||||
|
return carverRegistry;
|
||||||
|
}
|
||||||
|
|
||||||
|
public FloraRegistry getFloraRegistry() {
|
||||||
|
return floraRegistry;
|
||||||
|
}
|
||||||
|
|
||||||
|
public LootRegistry getLootRegistry() {
|
||||||
|
return lootRegistry;
|
||||||
|
}
|
||||||
|
|
||||||
|
public OreRegistry getOreRegistry() {
|
||||||
|
return oreRegistry;
|
||||||
|
}
|
||||||
|
|
||||||
|
public PaletteRegistry getPaletteRegistry() {
|
||||||
|
return paletteRegistry;
|
||||||
|
}
|
||||||
|
|
||||||
|
public StructureRegistry getStructureRegistry() {
|
||||||
|
return structureRegistry;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user