Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/1.20.5' into 1.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Jul 22, 2024
2 parents 7f76087 + d8d4e13 commit 3cbe35f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@
package dev.architectury.init.fabric;

import dev.architectury.event.events.common.LifecycleEvent;
import dev.architectury.networking.SpawnEntityPacket;

public class ArchitecturyServer {
public static void init() {
LifecycleEvent.SETUP.invoker().run();

SpawnEntityPacket.register();
}
}

0 comments on commit 3cbe35f

Please sign in to comment.