top of page
CUSTOM MOBS
- Choose your base mob
- Give your mob custom attributes (Health, etc)
- Apply the Model
Make your mob naturally spawn
- Mob scanning system to replace some normal mobs with your custom mobs
- Relatively simple
Create Any Custom Attack
- Make your mob periodically attack
- Use raycasting to launch a projectile
- Make extended special attacks
- Charged attacks, etc
Make an Animated Mob
- Turn RED when damaged
- Two animation methods:
- Make multiple models and swap them out
- Use animated textures on a single model
bottom of page