Examples of MachineNBTDefinition


Examples of forestry.core.gadgets.MachineNBTDefinition

            '#', Blocks.glass,
            'X', Items.iron_ingot,
            'Y', ForestryItem.sturdyCasing))
        .setFaces(0, 1, 0, 0, 0, 0));

    definitionWorktable = factoryPlain.addDefinition(new MachineNBTDefinition(Defaults.DEFINITION_WORKTABLE_META, "forestry.Worktable", TileWorktable.class,
        ShapedRecipeCustom.createShapedRecipe(ForestryBlock.factoryPlain.getItemStack(1, Defaults.DEFINITION_WORKTABLE_META),
            "B",
            "W",
            "C",
            'B', Items.book,
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.