Started by
PsulAqae_YT
on
Topic category: Help with Minecraft modding (Java Edition)
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 ;)
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.
Ok, thanks so much :D ! I'll try it and I'll let you know if it worked.