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