[Fix] Ensure Particles are properly registered on servers (#205)
This commit is contained in:
parent
23ae282eba
commit
7c4ef06af5
2 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,7 @@ public class BetterEnd implements ModInitializer {
|
|||
GeneratorOptions.init();
|
||||
LootTableUtil.init();
|
||||
CommandRegistry.register();
|
||||
EndParticles.ensureStaticallyLoadedServerside();
|
||||
BECriteria.register();
|
||||
FabricLoader.getInstance()
|
||||
.getEntrypoints("betterend", BetterEndPlugin.class)
|
||||
|
|
|
@ -59,4 +59,7 @@ public class EndParticles {
|
|||
) {
|
||||
return BCLParticleType.register(BetterEnd.makeID(name), type, codec);
|
||||
}
|
||||
|
||||
public static void ensureStaticallyLoadedServerside() {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue