NOISSUE share logic for new attributes between mojang and onesix format
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user