Package mrtjp.projectred.core

Examples of mrtjp.projectred.core.ShapelessOreNBTRecipe


                    "cdc",
                    "ccc",
                    'c', PartDefs.WOVENCLOTH().makeStack(),
                    'd', Colors.get(i).getOreDict()
                    ));
            GameRegistry.addRecipe(new ShapelessOreNBTRecipe(new ItemStack(ProjectRedExploration.itemBackpack(), 1, i),
                    ItemBackpack.oreDictionaryVal(),
                    Colors.get(i).getOreDict()
                    ).setKeepNBT());
        }
    }
View Full Code Here

TOP

Related Classes of mrtjp.projectred.core.ShapelessOreNBTRecipe

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.