Display furnace image as default for modded 1.13 game

This commit is contained in:
huanghongxun
2019-02-11 19:53:55 +08:00
parent 5095640ba2
commit 9ced29aa93
2 changed files with 3 additions and 1 deletions

View File

@@ -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;
}
}