Some minor Fixes
This commit is contained in:
parent
4f8840da68
commit
4d56796244
5 changed files with 23 additions and 29 deletions
|
@ -39,10 +39,7 @@ public class BCLib implements ModInitializer {
|
|||
TagAPI.init();
|
||||
CraftingRecipes.init();
|
||||
WorldDataAPI.registerModCache(MOD_ID);
|
||||
|
||||
DataExchangeAPI.registerMod(MOD_ID);
|
||||
//this will offer modMenu to clients if installed in the server
|
||||
DataExchangeAPI.registerModDependency("modmenu");
|
||||
|
||||
DataExchangeAPI.registerDescriptors(List.of(
|
||||
HelloClient.DESCRIPTOR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue