Implemented ModSync
This commit is contained in:
parent
8588191556
commit
71ad055ea5
6 changed files with 165 additions and 29 deletions
|
@ -40,6 +40,7 @@ public class BCLib implements ModInitializer {
|
|||
CraftingRecipes.init();
|
||||
WorldDataAPI.registerModCache(MOD_ID);
|
||||
DataExchangeAPI.registerMod(MOD_ID);
|
||||
DataExchangeAPI.registerModDependency("wunderreich");
|
||||
DataFixerAPI.registerPatch(() -> new BCLibPatch());
|
||||
DataExchangeAPI.registerDescriptors(List.of(
|
||||
HelloClient.DESCRIPTOR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue