1
0
forked from xjboss/KCauldronX

Normalize patches

This commit is contained in:
Prototik
2015-06-08 23:18:24 +07:00
parent 75eb280f0e
commit 33633471ca
26 changed files with 36 additions and 36 deletions

View File

@ -75,8 +75,8 @@
if (cascadedTweaker != null)
{
+ if ("fastcraft.Tweaker".equals(cascadedTweaker) && !"false".equals(System.getProperty("kcauldron.fastcraft.disable", "true"))) {
+ FMLRelaunchLog.info("Found FastCraft tweaker, skipping...");
+ continue;
+ FMLRelaunchLog.info("Found FastCraft tweaker, skipping...");
+ continue;
+ }
FMLRelaunchLog.info("Loading tweaker %s from %s", cascadedTweaker, coreMod.getName());
Integer sortOrder = Ints.tryParse(Strings.nullToEmpty(mfAttributes.getValue("TweakOrder")));