Using GUIs from one mod in another mod

Started by StampyC on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Using GUIs from one mod in another mod

im making a separate config mod which i will use in all my future mods but the problem is its supposed to open up a gui if a specific block has been right clicked.
I have made the forge tags for those blocks in the other mod but i cant access the guis from the config mod.
I want to do:
if block (block at xyz) has the tag of "forge:block_name" do open "items:block_name_gui" 

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i thought so but how would i…
Wed, 04/22/2026 - 15:58

i thought so but how would i do it then