Started by
DoctorLobotomy
on
Topic category: Troubleshooting, bugs, and solutions
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
please copy the error message fully. the issue is most likely with the modeldemoneye file itself.
You are likely using model part names that don't follow Java naming conventions. See our wiki on common blockbench errors
This one: https://mcreator.net/wiki/common-blockbench-issues-mcreator
I just got replied to by the FOUNDER OF MCREATOR?!?! :O
Also it didnt work, and some of the errors are from a new arrow Item I made
Provide link to your model file here
ModelDemonEye - Pastebin.com
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
Most of the errors were removed; now there are only these. I got the code from an arrow-making guide on these forums.
> Task :compileJava C:\Users\Willi\MCreatorWorkspaces\terraria\src\main\java\n - Pastebin.com
By 'these forums' I mean the MCreator forums
Code you got on the forum may be for older version. If you use custom code, it is vital you understand it
here's my code:
Flaming Arrow-Pastebin.com
What's wrong with it
This was the forum that provided the arrow code Custom Arrows in Neoforge, MCreator 2024.3 [TUTORIAL] | MCreator