Neoforge.mods.toml Modloader Value [top] May 2026

So your META-INF/neoforge.mods.toml file should contain a line like:

modLoader = "javafml" For Neoforge (and Forge-based mods), the modLoader value must be "javafml" . This tells the game’s mod loading system that your mod uses the standard Java-based FML (Forge Mod Loader) system. Even though Neoforge is a separate project from Forge now, it retains compatibility with the same mod loader specification. neoforge.mods.toml modloader value

Here’s the relevant neoforge.mods.toml entry for modLoader : So your META-INF/neoforge

modLoader = "javafml"