Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (!OreDictionary.getOres("ingotTin").isEmpty()) {
- //GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(
- // StorageBlockMod, 1, 0), "xxx", "xxx", "xxx", 'x',
- // "ingotTin"));
- ItemStack tiningot;
- tiningot = OreDictionary.getOres("ingotTin").get(0);
- ItemStack result = tiningot.copy();
- result.stackSize = 1;
- //GameRegistry.addShapelessRecipe(result, new ItemStack(
- // StorageBlockMod, 1, 0));
- GameRegistry.addShapelessRecipe(new ItemStack(result, 1, 0),
- new ItemStack(result), new ItemStack(oredictionarybook, 1, OreDictionary.WILDCARD_VALUE));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement