Fix some things that went missing

This commit is contained in:
Nicholas Ignoffo 2017-08-15 21:24:59 -07:00
parent 348fee1e2a
commit 61c44a831b
14 changed files with 199 additions and 37 deletions

View file

@ -63,7 +63,7 @@ public class BloodMagic
{
return true;
}
}.setNoTitle().setBackgroundImageName("items_search.png");
}.setNoTitle().setBackgroundImageName("item_search.png");
public static final boolean IS_DEV = (Boolean) Launch.blackboard.get("fml.deobfuscatedEnvironment");
public static final List<Pair<IBloodMagicPlugin, BloodMagicPlugin>> PLUGINS = Lists.newArrayList();