Config GUI tweaks, and MCP is now part of the "minecraft" entry.

This commit is contained in:
cpw 2018-09-29 20:30:00 -04:00
parent b8d305b869
commit 0024d9d283
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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
'''