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