Skip to content

Commit

Permalink
Changed some things
Browse files Browse the repository at this point in the history
  • Loading branch information
BastosOff committed Nov 17, 2024
1 parent 7a4c290 commit 1b425a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/fr/celyanrbx/coreforge/Coreforge.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package fr.celyanrbx.coreforge;

import fr.celyanrbx.coreforge.block.ModBlocks;
import fr.celyanrbx.coreforge.item.ModCreativeModeTabs;
import fr.celyanrbx.coreforge.item.ModItems;
import org.slf4j.Logger;

Expand Down Expand Up @@ -50,6 +51,8 @@ public Coreforge(IEventBus modEventBus, ModContainer modContainer) {
// Do not add this line if there are no @SubscribeEvent-annotated functions in this class, like onServerStarting() below.
NeoForge.EVENT_BUS.register(this);

ModCreativeModeTabs.register(modEventBus);

ModItems.register(modEventBus);
ModBlocks.register(modEventBus);

Expand Down

0 comments on commit 1b425a2

Please sign in to comment.