Jump to content

Thawtless

Members
  • Posts

    1
  • Joined

  • Last visited

Thawtless's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. So this might be your problem give it a go. The error message "The mod file <directory> has mods not found" indicates that the mod file is missing a mods.toml file, which is required for Forge to load the mod. The mods.toml file contains information about the mod, such as its name, version, and dependencies. To fix this error, you need to create a mods.toml file for your mod. The mods.toml file should be placed in the same directory as your mod's JAR file. The contents of the mods.toml file will vary depending on your mod, but it should at least include the following information modid = <your mod id> name = <your mod name> version = <your mod version> For example, if your mod is called "Cockroach Mod" and its version is 1.0.0, your mods.toml file would look like this: modid = cockroach name = Cockroach Mod version = 1.0.0 Once you have created a mods.toml file, you should be able to load your mod without seeing the "The mod file <directory> has mods not found" error message.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.