How can I connect my Minecraft mods

Started by TerraformKing on

Topic category: Advanced modding

Last seen on 21:13, 17. Jun 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I connect my Minecraft mods

So basically I want to create multiple Minecraft mods with the same theme. Is there any way to, for example have one mod spawn a mob in another dimension, or if both mods have a item and the player is using both mods only have one item that is possible to get, (I’m guessing it needs variables)

Last seen on 21:13, 17. Jun 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When I said the mob thing, I…
Sat, 06/08/2024 - 11:04

When I said the mob thing, I meant that one mod can spawn a mob from the other Minecraft mod

You can reference items from…
Mon, 06/10/2024 - 16:08

You can reference items from another mod by using "item from registry name" procedure block.

There is also procedure block to check if another mod is loaded

Last seen on 00:29, 18. Jun 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know you can use the…
Mon, 06/10/2024 - 16:59

I know you can use the procedure to run a command and /summon an entity from another mod, but is there a way to detect entities from other mods or get their registry names? Or would you have to work with tags that are already present?