Class CoalNeoForgeClientMod

java.lang.Object
com.oliveryasuna.mc.coal.neoforge.CoalNeoForgeClientMod

public final class CoalNeoForgeClientMod extends Object
Client-side NeoForge entry point.

When the COAL provider on the classpath is coal-noop — the deep-noop last-resort provider bundled with the coal mod — configs from mods depending on COAL do not persist. Two user-facing nudges surface that:

  • A toast shown once when the player first reaches the title screen. Catches players before they start playing.
  • A chat message on every world/server join. Catches players who dive straight into a save.

Registered as a dist-scoped Mod so it only loads on physical clients.

  • Constructor Details

    • CoalNeoForgeClientMod

      public CoalNeoForgeClientMod(net.neoforged.bus.api.IEventBus modEventBus, net.neoforged.fml.ModContainer container)