CJMinecraft01 / ForgeModBuilder

Build, setup, update and refresh your modding environment!
54 stars 13 forks source link

1.12.2 Support? #3

Closed burlingk closed 6 years ago

burlingk commented 6 years ago

When running the program, it does not give me the option to use version 1.12.2, even though it has been available for quite some time.

Most of the mods I am using (and thus, want to maintain compatibility with in my own work) have already moved on to 1.12.2 with no desire on the part of the maintainers to look back.

CJMinecraft01 commented 6 years ago

What function are you using, are you trying to create a new project or update a current one?

Sparkyx-Sparks commented 6 years ago

Hi, I get the same problem, 1.12.2 isn't showing anywhere. I needed to install version 0.1.0.7 to get it. If I can help that would be great! By the way, I was using the function "New Project".

burlingk commented 6 years ago

Both.

I am using the 0.1.0.8 version. I initially installed the 0.1.0.7, but let it update on the first run.

CJMinecraft01 commented 6 years ago

Ok, I will investigate for you. I am currently in the middle of the update so it will be pushed in the latest version

CJMinecraft01 commented 6 years ago

Strange, I have just ran this and it works entirely. I recommend going to options and clear version cache and then do help and sync versions

CJMinecraft01 commented 6 years ago

Ok, I have managed to recreate the bug, it only happens when you have an empty version cache. I'll look for a fix

CJMinecraft01 commented 6 years ago

I have found the fix. For now, go to %AppData%\ForgeModBuilder\versions.json and replace it with the following: https://pastebin.com/mgtPJRWV

Sparkyx-Sparks commented 6 years ago

I replaced the versions.json, and it works! Thanks for taking the time to explain to us!