Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JSON Assets] using a Category as Object is not working in Recipes in SV 1.6 #407

Open
camheelio opened this issue Mar 24, 2024 · 1 comment

Comments

@camheelio
Copy link

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, },

@elizabethcd
Copy link
Contributor

this is fixed in #410 for objects and #437 for big craftables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants