hube12 / DecompilerMC

This repository allows you to decompile any minecraft version that was published after 19w36a without any 3rd party mappings, you just need to execute the script or the executable (see releases)! Thanks mojang to have published proguard mappings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with Experimental snapshots/Combat tests

DelofJ opened this issue · comments

Experimental snapshots/Combat tests are snapshots that are not in the version manifest, we have to install them manually
So when you want to decompile one of these snapshots, you will logically go to the "versions" folder of DecompilerMC, put the folder containing the version.json exctracted from the zip provided by Mojang and rename the json to "version.json"
And when you run DecompilerMC, you enter the name of the version written on the folder, you get an error because the program deleted the version.json because it is not in the version manifest
Is it possible to manually import the version.json without it getting deleted ?

If you want to reproduce it, you can test with the Combat Test 8c here, you can find info about it here

I made a mistake it was just me cleaning up old runs, deleting the version.json, sorry