
Unknown Recipe Category Warnings
kingkuys2123 opened this issue · 3 comments
Mod loader
Fabric
Minecraft version
1.19.2
Mod version
3.4.0
Modloader version
Loader 0.14.11 + API 0.71.0
- Can you reproduce this issue with relevant mods only?
Issue description
Can these warnings be ignored?
[13:54:33] [Render thread/WARN]: Unknown recipe category: lychee:block_interacting/lychee:expanded_delight/sugar_cane
[13:54:33] [Render thread/WARN]: Unknown recipe category: lychee:block_interacting/lychee:expanded_delight/ground_cinnamon
[13:54:33] [Render thread/WARN]: Unknown recipe category: lychee:block_interacting/lychee:expanded_delight/salt
I am new to java programming and looking to create a mod soon and looking at source codes to learn even more. Is it possible for you @Snownee doing it the same way like Farmer's Delight did to suppress their recipe warnings? Correct me because I might be wrong :)
newhoryzon/farmers-delight-fabric@43c1e6c
@Override
public boolean isIgnoredInRecipeBook() {
return true;
}