Browse Source

Add KCauldron to fml brandings

master
Prototik 10 years ago
parent
commit
e9789eccfc
  1. 5
      patches/cpw/mods/fml/common/FMLCommonHandler.java.patch

5
patches/cpw/mods/fml/common/FMLCommonHandler.java.patch

@ -24,13 +24,14 @@
handlerSet.add(handler);
handlerToCheck = new WeakReference<SaveHandler>(handler); // for confirmBackupLevelDatUse
Map<String,NBTBase> additionalProperties = Maps.newHashMap();
@@ -496,7 +501,12 @@
@@ -496,7 +501,13 @@
public String getModName()
{
- List<String> modNames = Lists.newArrayListWithExpectedSize(3);
+ // Cauldron start
+ List<String> modNames = Lists.newArrayListWithExpectedSize(6);
+ modNames.add("kcauldron");
+ modNames.add("cauldron");
+ modNames.add("craftbukkit");
+ modNames.add("mcpc");
@ -38,7 +39,7 @@
modNames.add("fml");
if (!noForge)
{
@@ -540,8 +550,17 @@
@@ -540,8 +551,17 @@
bus().post(new InputEvent.KeyInputEvent());
}

Loading…
Cancel
Save