Skip to content

Commit

Permalink
Rename NeoForge entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 23, 2025
1 parent 9867e12 commit 2be11a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
import net.neoforged.fml.common.Mod;

@Mod("carbonchat")
public final class CarbonChatNeoForge {
public final class CarbonChatNeoForgeBootstrap {

public CarbonChatNeoForge(final IEventBus modBus) {
public CarbonChatNeoForgeBootstrap(final IEventBus modBus) {
System.out.println("Hello, carbonchat!");
}
}

0 comments on commit 2be11a2

Please sign in to comment.