how to make a mod that has additional features if another mod is found

Started by justanothermodder on

Topic category: Help with modding (Java Edition)

Last seen on 10:43, 9. Mar 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make a mod that has additional features if another mod is found

ok so pretty much im making a mod and lets say that a mod called "mod a" (very creative name, i know) adds a new material to the game, and my mod adds a new tool, how do i make it so that u can make that tool with that material

Last seen on 12:41, 26. Nov 2022
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The only way I can think of…
Sun, 11/28/2021 - 15:43

The only way I can think of is if the material in mod a is in a tag you could then quote that tag in the recipe.

Last seen on 17:00, 27. Mar 2024
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use forge tags, like forge…
Sun, 11/28/2021 - 21:32

Use forge tags, like forge:epicitem and then reference that tag in the other mods recipe