Examples of TamingInteractHandler


Examples of mods.railcraft.common.blocks.machine.alpha.TamingInteractHandler

                "PCP",
                'P', "plankWood",
                'S', ModuleManager.isModuleLoaded(ModuleManager.Module.FACTORY) ? RailcraftItem.plate.getRecipeObject(EnumPlate.STEEL) : new ItemStack(Blocks.iron_block),
                'C', new ItemStack(Items.golden_carrot)});

            MinecraftForge.EVENT_BUS.register(new TamingInteractHandler());
        }

        alpha = EnumMachineAlpha.TRADE_STATION;
        if (alpha.register()) {
            ItemStack stack = alpha.getItem();
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.