You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: