Add KCauldron to fml brandings
This commit is contained in:
parent
fb09fe93c4
commit
e9789eccfc
@ -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…
Reference in New Issue
Block a user