Adding Recipes to Other Mods' Crafting GUIs

Started by UmberΘIxeruji on

Topic category: Help with modding (Java Edition)

Last seen on 17:28, 24. May 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Adding Recipes to Other Mods' Crafting GUIs

Is it possible to make a recipe-adding mod that interacts with GUIs added in other mods? Say I wanted to create custom compounds for Alchemistry with components not naturally in the mod, say, with custom elements added by a different mod. Would this be possible, and if so, how would one go about doing it?

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
no unless it's a mod that…
Mon, 04/13/2020 - 04:50

no

unless it's a mod that uses predict for the crafting recipes but still, that would be limited

you could code it through java though :/

Last seen on 17:28, 24. May 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I gotcha. Any idea where one…
Mon, 04/13/2020 - 17:47

I gotcha. Any idea where one would find information for that?