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

Error when trying to obtain official mappings for non-mojmap versions #7

Open
Su5eD opened this issue Jul 21, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Su5eD
Copy link

Su5eD commented Jul 21, 2023

I'm using a fork of Forge 1.4.7 updated to work with the modern data-driven toolchain. When syncing Gradle in IntelliJ IDEA, Scribe logs an error in the console, but doesn't crash the sync. This appears to be caused by trying to obtain mojmaps for old mc versions, which don't exist.

Error getting artifact: net.minecraft:client:1.4.7:mappings@txt from  MinecraftRepo
java.lang.IllegalStateException: 1.4.7.json missing download for client_mappings

Full log: https://pastebin.com/7TxcKehn

After a bit of investigation, I found out that the version check put in place in ForgeGradleModelBuilder is incorrect.

@sciwhiz12 sciwhiz12 added the bug Something isn't working label Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants