Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/1.20.6' into 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Jul 22, 2024
2 parents cd9551f + 3cbe35f commit b3e6630
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 b3e6630

Please sign in to comment.