Creative Tabs ModTabs.java "does not exist" but keeps being regenerated every time I build

Started by AlexMuseMatrix on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Creative Tabs ModTabs.java "does not exist" but keeps being regenerated every time I build

I had deleted my creative tab, then Everytime I build It kept failing because "ModnameModTabs" package does not exist, even after deleting it and regenerating it multiple times, I still can't fix it.

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It's not a bug with MCreator…
Fri, 11/08/2024 - 18:15

It's not a bug with MCreator, I just need to know how to delete the package

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
create a new creative tab…
Fri, 11/08/2024 - 20:49

create a new creative tab with exactly the same name as the old one, then go in and manually change the creative tab of any block or item that uses the old/now new tab, once you do that, it should be possible to remove the new tab, as nothing will depend on it anymore.

I think that should stop the problems.

You can't prevent this file…
Fri, 11/08/2024 - 21:51

You can't prevent this file from generating, but you could comment out the section that calls it in main mod file and re-add other parts below the comment. 

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The only problem, I dont…
Fri, 11/08/2024 - 22:25

The only problem, I dont remember the name and I have over 900 elements, so it would be easier just to re-create the mod