Make Sure BCLibs Default WorldPreset is applied by default for fresh Clients/Servers

This commit is contained in:
Frank 2022-05-21 17:51:49 +02:00
parent 9f8409ebe0
commit ab0895d48c
12 changed files with 226 additions and 44 deletions

View file

@ -38,7 +38,7 @@ public class BCLib implements ModInitializer {
CraftingRecipes.init();
WorldDataAPI.registerModCache(MOD_ID);
DataExchangeAPI.registerMod(MOD_ID);
WorldPresets.register();
WorldPresets.registerPresets();
AnvilRecipe.register();
DataExchangeAPI.registerDescriptors(List.of(
@ -47,7 +47,7 @@ public class BCLib implements ModInitializer {
RequestFiles.DESCRIPTOR,
SendFiles.DESCRIPTOR,
Chunker.DESCRIPTOR
));
));
BCLibPatch.register();
Configs.save();