How to make a custom mob spawn in vanilla villages.

Started by TheGoldenDragon on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 years ago
Joined Jan 2020
Points:
718

User statistics:

  • Modifications: 0
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
How to make a custom mob spawn in vanilla villages.

Yes I did my research. I dont want to give them A.Is of an iron golem because then they wont spawn to much. I am trying to make a villager guard and a villager archer. I dont want to make a custom village because not all villages will have them. Please help.  Is there any way to do this. If there is, please tell me.  

Active 4 years ago
Joined Jan 2020
Points:
798

User statistics:

  • Modifications: 1
  • Forum topics: 21
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
Make a procedure which…
Tue, 02/25/2020 - 09:56

Make a procedure which updates on "entity joins the world" for example

IF is current EntityVillager

Do Execute command "/summon imagine_sw:gonkdroid ~ ~ ~ {PersistenceRequired:1}

You could add extra IF conditions, eg IF biome is of type xxx 

Active 5 years ago
Joined Jan 2020
Points:
718

User statistics:

  • Modifications: 0
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 12
ok, thank you, sorry for the…
Wed, 02/26/2020 - 02:01

ok, thank you, sorry for the late reply

 

Active 4 months ago
Joined Jan 2020
Points:
891

User statistics:

  • Modifications: 3
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 208
see my scrap idea fourm…
Wed, 02/26/2020 - 02:06

see my scrap idea fourm please!

 

Active 5 years ago
Joined Feb 2020
Points:
643

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Do you know how to give…
Sat, 02/29/2020 - 09:17

Do you know how to give those villager guards a weapon in their main hand??

Active 4 years ago
Joined Jan 2020
Points:
798

User statistics:

  • Modifications: 1
  • Forum topics: 21
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 80
Add the item into the first…
Sat, 02/29/2020 - 10:13

Add the item into the first box on when editing the living entity

Active 5 months ago
Joined Jan 2016
Points:
959

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 176
this just makes the golems…
Fri, 05/01/2020 - 21:41

this just makes the golems spawn EVERY time you log into world though 

Active 4 years ago
Joined Sep 2020
Points:
632

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Do you know how to give it…
Fri, 09/04/2020 - 12:46

Do you know how to give it the A.I of a Iron Golem? Because I want that

Active 1 year ago
Joined Jul 2020
Points:
687

User statistics:

  • Modifications: 2
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 34
there should be a parameter…
Sun, 10/11/2020 - 22:11

there should be a parameter in the AI and goals section at the top corner