NOISSUE share logic for new attributes between mojang and onesix format
This commit is contained in:
parent
9e3534f2f6
commit
ec6204e447
11 changed files with 131 additions and 181 deletions
|
@ -508,7 +508,7 @@ void MCVListVersionUpdateTask::json_downloaded()
|
|||
file->fileId = "net.minecraft";
|
||||
|
||||
// now dump the file to disk
|
||||
auto doc = OneSixVersionFormat::profilePatchToJson(file, false);
|
||||
auto doc = OneSixVersionFormat::versionFileToJson(file, false);
|
||||
auto newdata = doc.toBinaryData();
|
||||
auto id = updatedVersion->descriptor();
|
||||
QString targetPath = "versions/" + id + "/" + id + ".dat";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue