Config GUI tweaks, and MCP is now part of the "minecraft" entry.
This commit is contained in:
parent
b8d305b869
commit
0024d9d283
2 changed files with 5 additions and 1 deletions
|
@ -437,6 +437,7 @@ public class GuiModList extends GuiScreen
|
|||
{
|
||||
TextureManager tm = mc.getTextureManager();
|
||||
ResourcePackInfoClient pack = ResourcePackLoader.getResourcePackInfo(selectedMod.getModId());
|
||||
if (pack == null) pack = ResourcePackLoader.getResourcePackInfo("forge");
|
||||
try
|
||||
{
|
||||
NativeImage logo = null;
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
modId="minecraft"
|
||||
version="${global.mcVersion}"
|
||||
displayName="Minecraft"
|
||||
logoFile="mcplogo.png"
|
||||
credits="Mojang, deobfuscated by MCP"
|
||||
authors="MCP: Searge,ProfMobius,IngisKahn,Fesh0r,ZeuX,R4wk,LexManos,Bspkrs"
|
||||
description='''
|
||||
Minecraft, a modded story
|
||||
Minecraft, decompiled and deobfuscated with MCP technology
|
||||
'''
|
Loading…
Reference in a new issue