Items from other mods in recipes are bugged (fixed)

Started by G8L6 on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Sep 2023
Points:
127

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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
Active 3 days ago
Joined May 2022
Points:
1204

User statistics:

  • Modifications: 14
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1141
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.