3
0
Fork 1

Add KCauldron to fml brandings

kcx-1614
Prototik 2015-05-17 11:58:43 +07:00
parent fb09fe93c4
commit e9789eccfc
1 changed files with 3 additions and 2 deletions

View File

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