Jump to content

Blaze98765

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Blaze98765

  1. I know this is an old post, but incase anyone comes looking for the answer, you now have to use: getBlock().defaultDestroyTime()
  2. 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.
×
×
  • Create New...

Important Information

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