Started by
G8L6
on
Topic category: Help with Minecraft modding (Java Edition)
Hi,
I wanted to make a mod for my modpack, and it has some mods from create and farmer's delight. However, for some reason, it shows this in JEI?
The recipe itself doesen't work
And this is the code. It is only 2 lines so a picture
I also found out that other mods have the same issue. 2 recipes from quark, Involving soap don't work
The solution was that I installed KubeJS and added recipes myself
Edited by G8L6 on Sat, 09/30/2023 - 16:32
It's really hard to pinpoint what the problem could be when you're working with other mods, short of contacting the devs themselves. It's possible the crafting recipes aren't standard recipes, in which case you wouldn't be able to override them; or the modID or item registry names aren't correct.
...That being said, I've had trouble overriding certain vanilla recipes. The system seems to be somewhat inconsistent, and might require some sort of workarounds.