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

Forge mods.toml 'since version' checks don't work for non-generated projects #2237

Open
PaintNinja opened this issue Feb 18, 2024 · 1 comment

Comments

@PaintNinja
Copy link
Contributor

Minecraft Development for IntelliJ plugin version

2023.3-1.7.2

IntelliJ version

2023.3.4

Operating System

Windows 11

Target platform

Minecraft Forge

Description of the bug

If I generate a new 1.17.1 project using the plugin and try adding displayTest to the mods.toml, I get an error saying that it is not available in the version I'm using.

If I download the official Forge 1.17.1 MDK, extract the zip, wait for it to import and try adding displayTest to the mods.toml, the error is missing.

@RedNesto
Copy link
Contributor

This is because the MDK is using FG5 and we have no support for it in the Gradle tooling extension.

I don't think it's worth fixing.

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

No branches or pull requests

2 participants