mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
add getters for all registries to ConfigPack
This commit is contained in:
parent
79df7eed21
commit
c0773be780
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user