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

Recipes asset #1022

Open
ethteck opened this issue Apr 23, 2023 · 2 comments
Open

Recipes asset #1022

ethteck opened this issue Apr 23, 2023 · 2 comments
Labels
asset Relates to a particular asset in the build graph

Comments

@ethteck
Copy link
Member

ethteck commented Apr 23, 2023

Given the very data-driven nature of the cooking engine, it would be convenient to have the data instead be in a tool-editable format like json. We could create a tool to edit the json and then have something else that goes from json -> inc.c for compiling.

See src/world/area_mac/mac_02/npc/tayce_t.inc.c and DoubleRecipesMatrix, etc

@ethteck
Copy link
Member Author

ethteck commented Apr 23, 2023

we can use ExtraDoubleRecipes for this too

@bates64
Copy link
Member

bates64 commented Apr 23, 2023

For modding an important thing for me is that multiple 'recipe sets' can be loaded one after another, so we want to support asset_stack for this

@bates64 bates64 added the asset Relates to a particular asset in the build graph label Apr 23, 2023
@bates64 bates64 changed the title Make cooking stuff more moddable Recipes asset Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asset Relates to a particular asset in the build graph
Projects
None yet
Development

No branches or pull requests

2 participants