Started by
MrFox2
on
Topic category: Help with Minecraft modding (Java Edition)
Hi guys, I have a small problem mentioned in the title. I cannot add more than one .java model, 'cause they're replacing themselves. Any idea what's wrong? Is there a way to get more than one? And I have one more problem too - if I change name of model from "modelcustom_model" I get a Java compiling error. Please help me.
I forgot to add - I'm using MCreator 2022.1
Are you using Blockbench to make your models? When you initially make your entity/model there is a type bar you can name it. That will change it from being a default "modelcustom". There is a way I am pretty sure to change it afterwards but I am not sure how.
I am actually doing it as you say, and still the same thing...
Okay, nervermind, now it worked, thanks for help!
No worries, glad I could help
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
Help! I have the same problem, is there a certain thing I should name the files? I tried no uppercase, underscores, and camelCase, but it hasn't worked. BTW, I'm on version 2022.3
In blockbench, you have to change the model name identifier or something. But if you've already exported it, its okay, you just need to edit the file with notepad or whatever you want. Find wherever it says the name of the model, and change it to what you want, then bam, it should be good. That's what I do anyway. And also, the name of the file itself should be different, not just the contents of it, but that's a given.
Thanks for the advice so much! Trying it now!
Aaaaaand, drumroll, please! IT WORKED! Thank you for this so much!
No prob. Have had this happen to me many times
Although, now my console is having problems, and gradle idle is in red. It says I'm using official Mojang texture mappings, but I made them myself.
Never mind, I fixed it.
I still have the same problem. I have other names in files i have Serpenite and serpenite helmet. When i try to add Serpenite Helmet it just deletes my Serpenite and add's Serpenite Hellmet. How do I make it work?