Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Version Range in mods.toml #1

Closed
1 of 2 tasks
VaiN474 opened this issue Oct 20, 2022 · 1 comment
Closed
1 of 2 tasks

Invalid Version Range in mods.toml #1

VaiN474 opened this issue Oct 20, 2022 · 1 comment

Comments

@VaiN474
Copy link

VaiN474 commented Oct 20, 2022

Mod version

forge-2.0.3-build.10+mc1.19.2

Forge mod loader version

43.1.43

Repeatable?

  • Yes

Link to log files

didn't save them, sry

Steps to reproduce the issue

No response

Description of the issue you are having

sry for lack of logs, but it's a simple issue

mods.toml has invalid minecraft version range causing forge to crash instantly with "InvalidVersionSpecificationException" error.

versionRange = "[1.19.2)"

fix:

versionRange = "[1.19.2,)"

Information

  • I have provided as much information as possible
@UnRealDinnerbone
Copy link
Member

It building now should on curseforge soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants