mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 00:29:50 -04:00
fix(Tools/getVersionInfo): Copy inheritsFrom too
This commit is contained in:
parent
e0b30a04c9
commit
bafef9ad77
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user