Integration init fixes
This commit is contained in:
parent
42feb6d4b8
commit
417156fd55
7 changed files with 18 additions and 22 deletions
11
src/main/java/ru/bclib/server/BCLibServer.java
Normal file
11
src/main/java/ru/bclib/server/BCLibServer.java
Normal file
|
@ -0,0 +1,11 @@
|
|||
package ru.bclib.server;
|
||||
|
||||
import net.fabricmc.api.DedicatedServerModInitializer;
|
||||
import ru.bclib.api.ModIntegrationAPI;
|
||||
|
||||
public class BCLibServer implements DedicatedServerModInitializer {
|
||||
@Override
|
||||
public void onInitializeServer() {
|
||||
ModIntegrationAPI.registerAll();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue