MrCrayfish's Furniture Mod

MrCrayfish's Furniture Mod

88M Downloads

[1.18.1] Unknown Recipe Category

spiritedsnowcat opened this issue ยท 3 comments

commented

Describe the bug
Warnings appear in the client log on joining a server, complaining about unknown recipes to grill_cooking and freezer_solidify:

[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:freezer_solidify/minecraft:packed_ice_from_freezing
[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_chicken_from_grill_cooking
[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:dried_kelp_from_grill_cooking
[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_salmon_from_grill_cooking
[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_mutton_from_grill_cooking
[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_beef_from_grill_cooking
[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:freezer_solidify/minecraft:ice_from_freezing
[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_cod_from_grill_cooking
[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_rabbit_from_grill_cooking
[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:baked_potato_from_grill_cooking
[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:freezer_solidify/minecraft:blue_ice_from_freezing
[02:35:41] [Render thread/WARN]: Unknown recipe category: cfm:grill_cooking/minecraft:cooked_porkchop_from_grill_cooking

To Reproduce
If applicable, the steps to reproduce the behavior:

  1. Create a new profile in CurseForge with forge version 39.0.7.
  2. Add CFM version 7.0.0-pre27.
  3. Join a server with the same mod configuration (might also work with just creating a new world).
  4. See warnings in client's latest log.
commented

Thats a forge thing.

commented

This can be ignored. Custom recipe types aren't supported by the recipe book that's why it will post a warning. I will have a patch soon that will prevent this for the users sake.

commented

Well, wish I saw this sooner I spent like a good 30-40 minutes on my own (instead it was minecraft:[type]/delbase:[type]/{location} )
thank you for saying this as I'm actively trying to minimize alerts/errors in my own.