Package forestry.core.utils

Examples of forestry.core.utils.ShapedRecipeCustom


            '#', "ingotBronze",
            'X', Blocks.glass,
            'Y', "gearBronze",
            'V', Blocks.piston)));

    ShapedRecipeCustom clockworkRecipe = null;
    if (GameMode.getGameMode().getBooleanSetting("energy.engine.clockwork"))
      clockworkRecipe = ShapedRecipeCustom.createShapedRecipe(
          ForestryBlock.engine.getItemStack(1, Defaults.DEFINITION_ENGINECLOCKWORK_META),
          "###",
          " X ",
View Full Code Here


    highBuffer75 = new TriggerBuffer("mail.lowBuffer.75", 0.75f);
    highBuffer90 = new TriggerBuffer("mail.lowBuffer.90", 0.90f);

    ForestryBlock.mail.registerBlock(new BlockBase(Material.iron), ItemForestryBlock.class, "mail");

    ShapedRecipeCustom recipe = ShapedRecipeCustom.createShapedRecipe(ForestryBlock.mail.getItemStack(1, Defaults.DEFINITION_MAILBOX_META),
        " # ", "#Y#", "XXX",
        '#', "ingotTin",
        'X', Blocks.chest,
        'Y', ForestryItem.sturdyCasing);
View Full Code Here

TOP

Related Classes of forestry.core.utils.ShapedRecipeCustom

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.