buttilda / Gany-s-Surface

Gany's Surface
8 stars 10 forks source link

Can't craft torches from modded sticks #53

Closed Adaptivity closed 9 years ago

Adaptivity commented 9 years ago

Title says it all. I can't craft torches using new sticks.

Adaptivity commented 9 years ago

Hope you don't missed this @ganymedes01 :smile:

buttilda commented 9 years ago

Whoops, I didn't miss it, just forgot to reply :3

You have a mod that's messing with the torch recipe. Forge automatically replaces all of the vanilla recipes with OreDictionary ones (so torches will use stickWood instead of Items.stick as their ingredient), which means the only way it would not be working is if a mod is removing the Forge recipe and adding their own that uses only Items.stick

Adaptivity commented 9 years ago

Ok, thanks for info. I found the mod which broke the recipe. It's IguanaTweaks changes the number of torches you will get. I'll inform @Parker8283

buttilda commented 9 years ago

Sent him a PR: https://github.com/Parker8283/IguanaTweaks/pull/50

Adaptivity commented 9 years ago

Thanks :3