
TLDR: An in- game recipe maker GUI that uses KubeJS. Good for modpack creators.
So I was making a modpack that focuses on semi-realistic real-world engineering challenges and production chains. Writing a lot of JavaScript for recipes is not my thing, so I did the only reasonable thing, write more JavaScript to automate the script generation for recipes using KubeJS.
Its not professional at all and I am not a programmer, I just picked it up along the way.
It looks pretty bad at the moment, but the functionality is there, although a bit limited. Still need to add fluid support and recipe properties support.
Not a pretty mod at the moment, but it does work.
Current functionality (basically what I've tested):
- Most Minecraft recipes
- Most Create 6 recipes
- Most modded items from other mods. (Anything thats not a fluid)
Some things just don't work at the moment, like the millstone from Create. But the functionality is mostly there. This is still very early in development and was just meant to be a quick fix for me not wanting to manually type out the recipes. I might release it in a better state if enough people are interested.
I'd appreciate any feedback.
by TiccBread
1 Comment
This is actually really useful, may you lend a GitHub link? I would be happy to contribute to such a tool