I found the cause of an error with the slots GUI

Started by KRW CLASSIC on

Topic category: Troubleshooting, bugs, and solutions

Active 1 month ago
Joined Mar 2021
Points:
581

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 31
I found the cause of an error with the slots GUI

error: Override is not a repeatable annotation type @Override
 

I Found way to fix it:

 

1. (In MCreator console) click this red error dir message

2. When java file pops up you will seen doubled string "@Override"
3. Remove 1 of 2 "@Override" strings and click "Reload Gradle Project"

 

that should fix Gradle Files error ;)

This is not a true fix and…
Fri, 04/02/2021 - 09:00

This is not a true fix and will make GUI act strangely. True fix is described on our knowledge base.