I downloaded the newest mcreator version 1.8.2 and imported my mcr file but some of the models and textures that were in it are now gone and when I try to import them again nothing happens also some other models were unaffected and still present. Is there any way to fix this?
Issue comments
I already read and went through every file i have looking for class overlaps. (Evidence below)
public class ModelGoldenDragoonFINAL extends ModelBase {
I tried recreating the files as well, rebuilt my work spaces and started from ground zero.
For some reason i still can't import.
I have a similar problem. Every time I try to import the model, it says that the name is invalid but I can't find any issues
My file: https://drive.google.com/file/d/1TuBPWE28tIgFdwKEzLlgM6KxLU6TVmIQ/view?…
Some modelers export all models with the name "unknown". The Java model name is not the filename but the class name inside the model code in the file. If all models are called unknown, MCreator will overwrite the current model you have. Before 1.8.2 this did not happen as models were stored per mob, but now they are globally stored and only one model per model name can exist.
More info: https://mcreator.net/tracker/issue/46645