I found the cause of an error with the slots GUI

Started by KRW Modz on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 10:34, 1. Nov 2023
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.