[Simple fix] cooking with Potato slices cooks for potato cubes
Shibva opened this issue ยท 2 comments
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");