Update references to neoforge.mods.toml

This commit is contained in:
Brennan Ward 2024-04-27 23:59:38 -07:00
parent 8e4a898238
commit fa99978d2e
4 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ import net.neoforged.neoforge.registries.DeferredHolder;
import net.neoforged.neoforge.registries.DeferredItem;
import net.neoforged.neoforge.registries.DeferredRegister;
// The value here should match an entry in the META-INF/mods.toml file
// The value here should match an entry in the META-INF/neoforge.mods.toml file
@Mod(ExampleMod.MODID)
public class ExampleMod
{