Topic category: Troubleshooting, bugs, and solutions
I've already posted a topic on this that got stopped from reciving replys, I couldnt ask it there so I have to ask how to solve it here, Whenever I try importing my model into MCreator it says "Your model name is not a valid Java name! Custom mob model names can not contain whitespace, start with number or contain any non ASCII letters." I've looked through my model names and theres none that start with a number, and there are no whitespace, so what is the issue here? It's really not making any sense, yes I know there already was a topic sort of like this related to there being no whitespaces or numbers at the start, but it was blockbench and I believe that works differently, also what they we're saying made no sense to me as I am new to modeling, so could I get some help before this gets locked? (P.S I don't know what a ASCII Leters is, I researched it and I found this link here http://sticksandstones.kstrom.com/appen.html which shows all the numbers that I assume that I can not use in a model name, I've checked and none of them have any of those numbers, the only names I have are "Head "Body" "RearEnd" "Leg8" "Leg6" "Leg4" "Leg2" "Leg7" "Leg5" "Leg3" "Leg1" "Leg88" "Leg66" "Leg44" "Leg22" "Leg77" "Leg55" "Leg33" "Leg11" Now, unless those are ASCII Letters and they didnt list them, I don't know.
Update: I figured out that apparently I do need ASCII Letters only, I've decided to just completley remove all numbers and use only letters, and it still does not import what is the issue?!? (Yes theres no whitespaces)
I created a simply entity that is basically a block:
You can open your java file in a text editor.
Where ever you see "GeometryName" (this will be a different name for you), write something else in ASCII letters.
The "GeometryName" can be found twice where the class is defined and where the constructor is defined.
Additionally: If you use BlockBench, you would ben able to change the Geometry name by going to: file > project > "Mob Geometry name: ...", without having to open the java file manually.
Using plugins (from Filter) like Bedrock Entity Generator will automatically alter your Mob Geometry name to a name with Non ASCII characters, resulting in the error mentioned above. In that case, always check file > project > "Mob Geometry name: ..." before exporting your java file.
How do u see al that codes?
Open the java file of your custom entity in a text editor.