Package mods.railcraft.common.util.crafting

Examples of mods.railcraft.common.util.crafting.TankCartFilterRecipe


                        'G', new ItemStack(Blocks.glass),
                        'M', Items.minecart);
                cart.setContents(new ItemStack(Blocks.glass, 8));
            }
            CraftingPlugin.addShapelessRecipe(new ItemStack(Items.minecart), cart.getCartItem());
            CraftingPlugin.addRecipe(new TankCartFilterRecipe());
        }

    }
View Full Code Here

TOP

Related Classes of mods.railcraft.common.util.crafting.TankCartFilterRecipe

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.