Add a modid on the mods list, should make it easier to do things like forge chunkloading config
This commit is contained in:
parent
57fe3c475a
commit
e6d66322fe
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ public class GuiModList extends GuiScreen
|
|||
shifty += 12;
|
||||
|
||||
shifty = drawLine(String.format("Version: %s (%s)", selectedMod.getDisplayVersion(), selectedMod.getVersion()), offset, shifty);
|
||||
shifty = drawLine(String.format("Mod State: %s", Loader.instance().getModState(selectedMod)), offset, shifty);
|
||||
shifty = drawLine(String.format("Mod ID: '%s' Mod State: %s", selectedMod.getModId(), Loader.instance().getModState(selectedMod)), offset, shifty);
|
||||
if (!selectedMod.getMetadata().credits.isEmpty()) {
|
||||
shifty = drawLine(String.format("Credits: %s", selectedMod.getMetadata().credits), offset, shifty);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue