Package forestry.core.gadgets

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

Related Classes of forestry.core.gadgets.MachineNBTDefinition

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.