Started by
DaRealHerobrine
on
Topic category: Advanced modding
So, my mod adds Nether Iron Ore, but I want it to be disabled if the Charm mod is active, as that adds Pig Iron Ore. How would I go about doing this? I know this is possible, as Charm does it for Quark.
You will need to do custom coding. Basically you will need to create additional generation condition and if statement inside that checks ModList.get().isLoaded(“modid”);.