TerraformersMC / Biolith

A biome placement mod focusing on configurability and consistent distribution of modded biomes
Other
9 stars 2 forks source link

Capture Registries even earlier #5

Closed quiqueck closed 1 year ago

quiqueck commented 1 year ago

This should fix a crashes related to BCLib by initialising the `registryManager´ before BCLib tries to set migrate the Biome-Data.

The call to setRegistryManager in MixinMinecraftServer may be redundant with this change, but it should not have any negative effect as it will simply capture the same registries.

This should solve quiqueck/BetterNether#138 and #4