Jump to content

Moddingus

Members
  • Posts

    1
  • Joined

  • Last visited

Moddingus's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Sorry if this isnt the support forum but im trying to create a creative mode tab but its telling me that "The constructer CreativeModeTab(String) is undefined" im making it like this (which is what they say to do in modding videos: public static final CreativeModeTab EPIC_TAB = new CreativeModeTab(modId) { @Override @OnlyIn(Dist.CLIENT) public ItemStack makeIcon() { return null; } }; I looked up why but couldnt find anyhting Pls help Thanks
×
×
  • Create New...

Important Information

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