Class MainNeoForge
java.lang.Object
io.github.gameking1happy.gk1hcore.MainNeoForge
The NeoForge main class for the mod.
-
Constructor Summary
ConstructorsConstructorDescriptionMainNeoForge(net.neoforged.bus.api.IEventBus modBus) Runs the NeoForge mod initializer. -
Method Summary
-
Constructor Details
-
MainNeoForge
public MainNeoForge(net.neoforged.bus.api.IEventBus modBus) Runs the NeoForge mod initializer.- Parameters:
modBus- The NeoForge IEventBus.
-