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
using a Category, e.g. -4 for any fish, in a recipe is not working and shows in the game "Objecterror (_4)" when hovering over the recipe. Of course the recipe cannot be cooked because the ingedients never match.
using a Category, e.g. -4 for any fish, in a recipe is not working and shows in the game "Objecterror (_4)" when hovering over the recipe. Of course the recipe cannot be cooked because the ingedients never match.
example code:
"Recipe": { "ResultCount": 1, "Ingredients": [ { "Object": -4, "Count": 1, }, { "Object": 254, "Count": 1, } ], "IsDefault": true, },
The text was updated successfully, but these errors were encountered: