Other mods integration: feature request (Idk if it's possible)

Started by PsulAqae_YT on

Topic category: Help with modding (Java Edition)

Last seen on 10:20, 20. Jul 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Other mods integration: feature request (Idk if it's possible)

Hello, I'm making a mod and it'd be very cool to make it integrate with other mods. For example, I'm making a new wood-based block for different types of vanilla ones, but it'd be very cool if I could make it even for modded ones: if I have Biomes O' Plenty installed, that wood-based block will be even for new wood types added by the mod, but only if I have it installed. Is it possible? If yes, how can I make it? If no, this is an interesting request ;)

Last seen on 23:21, 17. Jun 2022
Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well I don’t think you can…
Sun, 05/16/2021 - 09:09

Well I don’t think you can with mcreator remove it from creative tab but you can make procedures with custom snippet:
ModList.get().isLoaded(*MOD ID*)

It checks and returns true or false depending on whether the mod is present.

 

Last seen on 10:20, 20. Jul 2023
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, thanks so much :D ! I'll…
Sun, 05/16/2021 - 09:16

Ok, thanks so much :D ! I'll try it and I'll let you know if it worked.