AverageAnime / create-food

Create: Food is an add-on for Farmer's Delight based on expanding food content found in Create, Farmer's Delight, and vanilla MC. This mod is designed with compatibility in mind, with various features to help integration with other mods.
https://www.curseforge.com/minecraft/mc-mods/create-food
GNU General Public License v3.0
1 stars 2 forks source link

Configuration: Create Food Enabled Items #24

Open vercte opened 3 months ago

vercte commented 3 months ago

The configuration should not decide whether items are registered or not. It should decide whether items have recipes or obtaining methods. Mismatches in config between server and client, especially since the defaults were changed in a recent update, can cause connection issues between players and the server even though the mod version is the exact same.

I think that the config should instead disable recipes and not the items in general. It could remove items when they are ticked, but it should not modify the registry. I had to debug this for about a day before realizing the issue.