Skip to content

Commit

Permalink
Fix components not being marked as polymer / server side
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox authored Nov 10, 2024
1 parent 8159fc2 commit f5cb2f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/xyz/nucleoid/extras/NucleoidExtras.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import xyz.nucleoid.extras.chat_filter.ChatFilter;
import xyz.nucleoid.extras.command.CommandAliases;
import xyz.nucleoid.extras.command.ExtraCommands;
import xyz.nucleoid.extras.component.NEDataComponentTypes;
import xyz.nucleoid.extras.error.ExtrasErrorReporter;
import xyz.nucleoid.extras.game_portal.ExtrasGamePortals;
import xyz.nucleoid.extras.game_portal.ServerChangePortalBackend;
Expand All @@ -38,6 +39,7 @@ public final class NucleoidExtras implements ModInitializer {
@Override
public void onInitialize() {
NEBlocks.register();
NEDataComponentTypes.register();
NEItems.register();
NEEntities.register();
NECriteria.register();
Expand Down

0 comments on commit f5cb2f1

Please sign in to comment.