Package buildcraft.core

Examples of buildcraft.core.SpringPopulate


    StatementManager.registerParameterClass(StatementParameterRedstoneGateSideOnly.class);
    StatementManager.registerTriggerProvider(new DefaultTriggerProvider());
    StatementManager.registerActionProvider(new DefaultActionProvider());

    if (BuildCraftCore.modifyWorld) {
      MinecraftForge.EVENT_BUS.register(new SpringPopulate());
    }

    for (String l : BuildCraftCore.mainConfiguration.get(Configuration.CATEGORY_GENERAL,
        "recipesBlacklist", new String[0]).getStringList()) {
      recipesBlacklist.add(JavaTools.stripSurroundingQuotes(l.trim()));
View Full Code Here

TOP

Related Classes of buildcraft.core.SpringPopulate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.