Dweller/ cave dweller

Started by cuco1 on

Topic category: Help with MCreator software

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dweller/ cave dweller

Hi, I'm new to Mcreaotr and I'd like to create a mod like a dweller. I want to make it spawn at night or in caves and attack the player, but I have no idea how to do it. Could someone help me?

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Click large "+" button and…
Thu, 06/26/2025 - 17:19

Click large "+" button and select "living entity" type name "dweller" and make some config with input on the page that just been created. there is always a help button with a description near the inputs. In spawning section, set mob natural spawning type to "monster" . In mob AI section,  place actions:

  • Do melee/contact dammage with speed factor 1.2
  • Attack (...) entities of type <player>
  • Wander around with speed factor 1
  • Look around

Check also the tutorial about custom mobs