CraftTweaker / JEITweaker

3 stars 2 forks source link

Include dependency definitions for Forge and Minecraft in mods.toml and specify side #25

Closed Griefed closed 3 years ago

Griefed commented 3 years ago

I noticed that your mods.toml is missing the dependency definition for Forge and Minecraft.

mods.toml need to specify their sideness so Minecraft/Forge knows whether the mod needs to be available on the client, the server, or both. If a mod uses the modId for dependencies., it also helps with ServerPackCreator identifying clientside-only mods. Reference issue #70 of ServerPackCreator.

Let me know what you think. 👋

Cheers, Griefed