#Porting A Model Into A Mob (Java)
27 messages · Page 1 of 1 (latest)
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
Yo you want to add it to your server or just minecraft??
Just a mod for singleplayer
What version of Minecraft? And will you be using Fabric or Forge?
Forge, and 1.21
In this Minecraft Modding Tutorial, we are adding Custom Mobs to Minecraft 1.21.1 and Forge.
== 1.21 MODDING COURSES ==
▶️ NeoForge Modding with Minecraft 1.21.X:
https://url.kaupenjoe.net/CourseNeoForge121X
▶️ Fabric Modding with Minecraft 1.21.X:
https://url.kaupenjoe.net/CourseFabric121X
▶️ Forge Modding with Minecraft 1.21.X:
...
It's currently a Generic Model, but from the video it looks like I need that to be a Modded Entity instead. How do I go about converting that?
File > Convert Project
Some stuff might break though (due to differing format restrictions)
Ah, it seems it has. Textures got messed up.
For entities, do they just have one texture for the whole model?
yes
well, that or texture layers or textures for toggleable parts (chests on a llama), but in general one active textures, yes
Gotcha gotcha
I did get the texture fixed
My last (hopefully, if all goes well) is about meshes
for meshes you'd need some special render engine/mod, not the "native" one
Oh I see
Yeah I was wondering bc I know vanilla mobs like the warden have em, and I did it for the seal’s tail
Anything you’d recommend for that?
the warden doesn't use any meshes 🤔
nothing in the base game uses meshes (entity/block/item model wise at least)
Oh, huh
Then how would I go about doing a flat piece? I had assumed it was a mesh ingame but ig I was wrong
like what it has for its horn things
Update, I got it
The model is fully converted