Posted September 7, 20196 yr This many seem like a stupid question but if you were to create a crafting recipe that creates an item of another mod, will it work. ex: OreSpawn Mod GameRegistry.addRecipe(new ItemStack(oreswawn.slice), new Object[]{" B ", " B ", " B ", 'B', Items.apple}); the you install your mod with the orespawn
September 7, 20196 yr Provided of course that you are modding on a version of Minecraft that supports JSON recipe files. If you are not, you won't get help here because the version is over 5 years old and no longer supported. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
September 7, 20196 yr 8 hours ago, diesieben07 said: Use JSON files to add your recipes. And yes, they can refer to items from other mods. Or you could just use Register<IRecipe> event. Edited September 7, 20196 yr by Differentiation
September 7, 20196 yr That oreswawn.slice should probably be orespawn.slice and orespawn mod did not update to any MC version past 1.7.10. Are you making a 1.7.10 mod? If yes, then you won' find any help here. This version is no longer supported. If not, you obiviously can't use item from that mod.
September 7, 20196 yr 4 hours ago, diesieben07 said: No. Why not? Forge made these events for registering stuff, I thought...
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.