Started by
StampyC
on
Topic category: Help with Minecraft modding (Java Edition)
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"
Right now, without some custom code, you can't open GUI from another mod in your mod
i thought so but how would i do it then