Started by
PeppinoYT
on
Topic category: Help with Minecraft modding (Java Edition)
I don't see the choice custom_mobs but only mobs that already exist in the game, I'm using version 2020.3
Topic category: Help with Minecraft modding (Java Edition)
I don't see the choice custom_mobs but only mobs that already exist in the game, I'm using version 2020.3
So I'll explain everything you'll need to know about creating a custom mob.
1. The model. If you want a custom model for your mob, you'll have to use another software such as Blockbench (found here: https://blockbench.net/downloads/) and design your mob. There are plenty of tutorials on YouTube to help with this. After you finish, import the model and its textures into MCreator (make sure it's in Java format!)
2. Setting up the mob. In MCreator, click "New Element" and select Living Entity. There, you can adjust as many settings as you need, but make sure to select your model and texture for it!
3. Loading it in game. Run the test environment and check out your mob. This is where most bugs become visible, so it'll be easier to fix.
That's that, and I hope it helped!