Display furnace image as default for modded 1.13 game
This commit is contained in:
@@ -161,6 +161,8 @@ public class HMCLGameRepository extends DefaultGameRepository {
|
||||
return new Image("file:" + iconFile.getAbsolutePath());
|
||||
else if ("net.minecraft.launchwrapper.Launch".equals(version.getMainClass()))
|
||||
return new Image("/assets/img/furnace.png");
|
||||
else if ("cpw.mods.modlauncher.Launcher".equals(version.getMainClass()))
|
||||
return new Image("/assets/img/furnace.png");
|
||||
else
|
||||
return new Image("/assets/img/grass.png");
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ public class MaintainTask extends TaskResult<Version> {
|
||||
return maintainGameWithLaunchWrapper(version);
|
||||
} else {
|
||||
// Vanilla Minecraft does not need maintain
|
||||
// Forge 1.13.2 support not implemented.
|
||||
// Forge 1.13 support not implemented, not compatible with OptiFine currently.
|
||||
return version;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user