Posted August 22, 20223 yr I have my mod and when I start it and try and load in the world, I get the error "Item: foodstuffs:cooked_rotten_flesh does not exist". I have it defined in com.waste.foodstuffs.items.ModItems.java which can be seen in my repository. Edited August 23, 20223 yr by WasteofSpaceYT solved
August 23, 20223 yr 6 hours ago, WasteofSpaceYT said: I get the error "Item: foodstuffs:cooked_rotten_flesh does not exist" In the class ModEventBusEvents you are registering a recipe type using a vanilla registry! You should instead use the Forge registry, ForgeRegistries.RECIPE_TYPES, similar to how you register block and items. Also, looks like you missed an 's' in 'foodstuffs' in the smoked_steak.json file
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.