Items from other mods in recipes are bugged (fixed)

Started by G8L6 on

Topic category: Help with modding (Java Edition)

Last seen on 16:03, 30. Sep 2023
Joined Sep 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Items from other mods in recipes are bugged (fixed)
Sat, 09/30/2023 - 16:32 (edited)

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

This is how it looks like in JEI

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
Last seen on 20:43, 20. Aug 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's really hard to pinpoint…
Sat, 09/30/2023 - 02:38

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.