Jump to content

Recommended Posts

Posted

Hello,

 

I have been preparing to do some extensive work on a mod's custom recipe system. Currently, it uses a Hashmap system where recipes are defined and stored directly within a class. I plan to switch it to use JSON storage for recipes as has been traditionally done. However, upon reviewing a few mods Githubs, I have seen it both ways. Which way is recommended to use?

 

I was under the impression that the JSON method is superior, yet now I am not so certain. Before I go tearing things apart, I would like to get some feedback from people more experienced with this sort of thing.

 

 

Thanks for your feedback!

Posted

Recipes have been data driven since 1.12. If you want to develop a recipe system, it is highly recommended to go the datagen JSON system. The only edge cases is if there is some custom logic that is so specific that it needs to be represented in code instead of genericized down to JSON.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.