I'm making a mod that adds items that use another mods items to craft. I want these items that require another mod to craft to only show up when that mod is loaded, but can't figure out how to do so. Im new to modding so sorry if this is a stupid question
I've tried using "if (net.minecraftforge.fml.ModList.get().isLoaded("mod_id"))" but using it in the item.java returns "illegal start of expression". Not really sure where to go from here.