fix(Tools/getVersionInfo): Copy inheritsFrom too

This commit is contained in:
alexytomi 2025-07-30 23:14:19 +08:00
parent e0b30a04c9
commit bafef9ad77

View File

@ -926,7 +926,7 @@ public final class Tools {
insertSafety(inheritsVer, customVer, insertSafety(inheritsVer, customVer,
"assetIndex", "assets", "id", "assetIndex", "assets", "id",
"mainClass", "minecraftArguments", "mainClass", "minecraftArguments",
"releaseTime", "time", "type" "releaseTime", "time", "type", "inheritsFrom"
); );
// Go through the libraries, remove the ones overridden by the custom version // Go through the libraries, remove the ones overridden by the custom version