Skip to content

Commit

Permalink
remove ModBlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Nov 16, 2024
1 parent 97bae5d commit d09fabc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import io.github.dueris.originspaper.power.type.PowerTypes;
import io.github.dueris.originspaper.power.type.origins.OriginsPowerTypes;
import io.github.dueris.originspaper.registry.ApoliClassData;
import io.github.dueris.originspaper.registry.ModBlocks;
import io.github.dueris.originspaper.registry.ModItems;
import io.github.dueris.originspaper.registry.ModTags;
import io.github.dueris.originspaper.util.ChoseOriginCriterion;
Expand Down Expand Up @@ -125,7 +124,6 @@ public static void initialize(@NotNull BootstrapContext context) {
IdentifierAlias.GLOBAL.addNamespaceAlias("apoli", "calio");
IdentifierAlias.GLOBAL.addNamespaceAlias("origins", "apoli");

ModBlocks.register();
ModTags.register();
ModItems.register();
EnderianPearlEntity.bootstrap();
Expand Down

This file was deleted.

0 comments on commit d09fabc

Please sign in to comment.