mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 12:30:11 -07:00
Try to fix up Fabric
This commit is contained in:
parent
e7696ae9f5
commit
1dae5afea1
1 changed files with 6 additions and 0 deletions
|
|
@ -170,8 +170,14 @@ public final class Tools
|
|||
|
||||
public static String[] getMinecraftArgs(MCProfile.Builder profile, JMinecraftVersionList.Version versionInfo)
|
||||
{
|
||||
if(versionInfo.inheritsFrom != null) {
|
||||
versionInfo.id = versioninfo.inheritsFrom;
|
||||
}
|
||||
String username = profile.getUsername();
|
||||
String versionName = profile.getVersion();
|
||||
if(versionInfo.inheritsFrom != null) {
|
||||
versionName=versionInfo.inheritsFrom;
|
||||
}
|
||||
String mcAssetsDir = Tools.ASSETS_PATH;
|
||||
String userType = "mojang";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue