Skip to content

Commit

Permalink
光顾着NeoForge忘记测试Fabric了,现在应该没问题啦
Browse files Browse the repository at this point in the history
  • Loading branch information
CSneko committed Nov 1, 2024
1 parent 4c2deba commit 1eee7f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fabric/src/main/java/org/cneko/toneko/fabric/ToNeko.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ public void onInitialize() {
NekoCommand.init();
QuirkCommand.init();

// 注册实体
ToNekoEntities.init();

// 注册装备
ToNekoArmorMaterials.init();
// 注册物品
Expand All @@ -47,9 +50,6 @@ public void onInitialize() {
// 注册网络数据包
ToNekoPackets.init();

// 注册实体
ToNekoEntities.init();

// 启动事件
ServerLifecycleEvents.SERVER_STARTED.register(server -> {
ModMeta.INSTANCE.setServer(server);
Expand Down

0 comments on commit 1eee7f4

Please sign in to comment.