Reordered
This commit is contained in:
parent
1600d18ee4
commit
d588240c7f
1 changed files with 4 additions and 4 deletions
|
@ -31,10 +31,6 @@ public class EndRegistrySupplier extends RegistrySupplier {
|
||||||
@Override
|
@Override
|
||||||
protected List<RegistryInfo<?>> initializeRegistryList(@Nullable List<String> modIDs) {
|
protected List<RegistryInfo<?>> initializeRegistryList(@Nullable List<String> modIDs) {
|
||||||
return List.of(
|
return List.of(
|
||||||
new RegistryInfo<>(
|
|
||||||
BCLBiomeRegistry.BCL_BIOMES_REGISTRY,
|
|
||||||
BiomeData.CODEC
|
|
||||||
),
|
|
||||||
new RegistryInfo<>(
|
new RegistryInfo<>(
|
||||||
SurfaceRuleRegistry.SURFACE_RULES_REGISTRY,
|
SurfaceRuleRegistry.SURFACE_RULES_REGISTRY,
|
||||||
AssignedSurfaceRule.CODEC
|
AssignedSurfaceRule.CODEC
|
||||||
|
@ -62,6 +58,10 @@ public class EndRegistrySupplier extends RegistrySupplier {
|
||||||
Registries.BIOME,
|
Registries.BIOME,
|
||||||
Biome.DIRECT_CODEC,
|
Biome.DIRECT_CODEC,
|
||||||
EndBiomesDataProvider::bootstrap
|
EndBiomesDataProvider::bootstrap
|
||||||
|
),
|
||||||
|
new RegistryInfo<>(
|
||||||
|
BCLBiomeRegistry.BCL_BIOMES_REGISTRY,
|
||||||
|
BiomeData.CODEC
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue