Jump to content

WARDOGSK93

Forge Modder
  • Posts

    81
  • Joined

  • Last visited

Posts posted by WARDOGSK93

  1. how would i check if a mod is loaded like say i have BuildCraft installed i want to check if that mod is loaded then if it is use stuff from the mod

     

    String mod = "NotEnoughItems";

                    if(Loader.isModLoaded(mod)){} I use this to check that is nei loaded. It works fine 4 me. Just replace the string with Buildcraft. Ui: I use this code in my client proxy

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.