[Enhancement] Data builder
MelanX opened this issue ยท 3 comments
It would be cool if you could add a recipe builder for the data for custom seeds. That would help to create the jsons for mods with a lot of seeds and custom farmland.
This sounds like a good idea, I have just never used data generators. Any examples of a mod with custom recipes I could look at?
I've played around with data generators a bit and I don't think forge is stable enough for them yet. I wrote a generator for the vanilla crops but modded crops require the mods in the dev environment. CraftTweaker wants new MCP mappings while Botania wants old ones, on top of the many other errors I have had which keep delaying things.
The serializer code is in place to do this, however I think I will wait until 1.16.2 or more likely 1.17 to revisit this.