#GUI for Custom Recipes
21 messages · Page 1 of 1 (latest)
well it can be that it is a gui in-game where you input items that you have in inventory
hardly will ever happen for modded recipes
modded recipes can be very complex
web gui Is a neat idea
you want to work on it together
--yes--
oh shit how tf you do that again
gotcha
It’s not exactly a finish product but if you want a way to at least get the schema for recipes I built a tool a while back to get a rough guess of how recipes are typically made.
This project is intended to analyze large amounts of JSON data, and create OpenAPI v3 schema specifications based on that data. - Hunter19823/Minecraft-Schema-Gen
You can export all the recipes via the kubejs export command.
And then that webpage can analyze them and generate a sample specification for how the recipes are typically structured
If you really wanted to, you could use this as a basis for recipe creation as the OpenAPI specification is a great basis for dynamically generating things.
There is the crating recipe exporter mod which can export as a kubejs script.
https://www.curseforge.com/minecraft/mc-mods/crafting-recipe-exporter
thats cool, i havent seen that before
Pretty basic, but it gets the job done