Recipe classes unknown with new Forge versions
Starless2001 opened this issue ยท 3 comments
Not sure if this is important, I'm reporting it just in case it might help. The console displays the following messages during server initialization:
[12:52:01] [Server thread/INFO] [FML/Forge]: Unknown recipe class! logisticspipes.recipes.LPShapedOreRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[12:52:01] [Server thread/INFO] [FML/Forge]: Unknown recipe class! logisticspipes.recipes.LPShapelessOreRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[12:52:01] [Server thread/INFO] [FML/Forge]: Unknown recipe class! logisticspipes.recipes.ShapelessResetRecipe Modder please refer to net.minecraftforge.oredict.RecipeSorter
[12:52:01] [Server thread/INFO] [FML/Forge]: Unknown recipe class! logisticspipes.recipes.RecipeManager$LocalCraftingManager$1 Modder please refer to net.minecraftforge.oredict.RecipeSorter
Client and Server Log:
https://gist.github.com/QORTEC/328a5329586251e670c4
Versions:
Forge: 10.13.4.1448
Buildcraft: 7.0.17
LogisticsPipes: 0.9.2.19
I can provide the full logfile if needed.