Immersive Cooking

Immersive Cooking

5M Downloads

[Simple fix] cooking with Potato slices cooks for potato cubes

Shibva opened this issue ยท 2 comments

commented

Describe the bug
according to JEI the recipie for using Potato slices on the campfire will result in cooked potato cubes
Screenshots
image

commented

using Crafttwealer I was able to correct the recipie for the time being

all I had todo was get the recpie for the cubes, remove it and copy the recpie that it was and replace a line
campfire.addRecipe("immersivecooking.fried_potato_cubes", item:immersivecooking:fried_potato_cubes, item:immersivecooking:potato_cubes, 0.35, 600);
campfire.removeByName("immersivecooking:fried_potato_cubes");

commented

Right, fixed. It'll be in the next version.