Gradle Error terraria mod

Started by DoctorLobotomy on

Topic category: Troubleshooting, bugs, and solutions

Joined Feb 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Gradle Error terraria mod
Mon, 03/09/2026 - 18:32 (edited)

I have many Errors in my mod that's based on the indie game terraria. 

All of them are related to a model I imported from Blockbench.

Most of them are 'cannot find symbol' errors, but some other ones are 2 instances of "type argument Entity is not within bounds of type-variable T", 2 instances of "type argument ModelDemonEye is not within bounds of type-variable M ", 2 instances of "invalid method reference ", and one instance of "constructor ModelData in class ModelData cannot be applied to given types". I have not coded or messed with any of the code that is showing an error.

these are my errors: Pastebin.com

Edited by DoctorLobotomy on Mon, 03/09/2026 - 18:32
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
please copy the error…
Sun, 03/01/2026 - 14:30

please copy the error message fully. the issue is most likely with the modeldemoneye file itself.

You are likely using model…
Mon, 03/09/2026 - 21:56

You are likely using model part names that don't follow Java naming conventions. See our wiki on common blockbench errors

Joined Feb 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I just got replied to by the…
Tue, 03/10/2026 - 03:30

I just got replied to by the FOUNDER OF MCREATOR?!?! :O

Joined Feb 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also it didnt work, and some…
Tue, 03/10/2026 - 04:00

Also it didnt work, and some of the errors are from a new arrow Item I made

Exported for Minecraft…
Fri, 03/13/2026 - 13:19

Exported for Minecraft version 1.17+ for Yarn

Official generators use official mappings, not Yarn

Please see https://mcreator.net/wiki/common-blockbench-issues-mcreator again and read the guide more carefully as this is explained on the linked page

Joined Feb 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
By 'these forums' I mean the…
Fri, 03/13/2026 - 22:51

By 'these forums' I mean the MCreator forums

Joined Feb 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What's wrong with it
Mon, 03/16/2026 - 16:20

What's wrong with it