Jump to content

wehttam664

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by wehttam664

  1. If you're extending BlockTorch and just doing setCreativeTab(null) isn't working, try overriding getCreativeTabToDisplayOn and returning null instead. @Override public CreativeTabs getCreativeTabToDisplayOn() { return null; } Not the best way to do it, but it works.
×
×
  • Create New...

Important Information

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