Hey there! So there is a recipe conflict between the wheat x 1->seed x 1 and the natura flour crafting recipe. Both take a single wheat as the input. Could we get a minetweaker recipe to fix the conflict? An easy fix would be to make the natura recipe wheat x 2 -> flour x 2, such as recipes.remove(<Natura:barleyFood:2>); recipes.addShapeless(<Natura:barleyFood:2>*2 ,[<minecraft:wheat>,<minecraft:wheat>]); (I hope i did that right!)
Yes., single player has a shaped 1 wheat to 1 flour, and a shapeless 1 wheat to 1 seed, and the natura recipe is taking precedence. This isn't a massive issue, but it does make getting essense seeds for runes significantly easier.
Did you use the /mtload command on the server? I'm still at work so unable to look at what you are seeing.
Yes, I have. I'm pretty sure it's just an oversight by the mod author, since i can't find a reference to it anywhere in the minetweaker scripts either.
Just fyi... it was intended that you NOT be able to turn wheat into seeds. I'll post the link tonight. Derp