Modloader Value |work| | Neoforge.mods.toml
modLoader = "javafml"
Here’s the relevant neoforge.mods.toml entry for modLoader : neoforge.mods.toml modloader value
So your META-INF/neoforge.mods.toml file should contain a line like: modLoader = "javafml" Here’s the relevant neoforge
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