How to make a custom mob spawn in vanilla villages.

Started by TheGoldenDragon on

Topic category: Help with modding (Java Edition)

Last seen on 18:45, 4. Apr 2020
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.  

Last seen on 17:02, 24. Jan 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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 

Last seen on 18:45, 4. Apr 2020
Joined Jan 2020
Points:

User statistics:

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

ok, thank you, sorry for the late reply

 

Last seen on 16:22, 8. Jan 2024
Joined Jan 2020
Points:

User statistics:

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

see my scrap idea fourm please!

 

Last seen on 12:33, 1. Mar 2020
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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??

Last seen on 17:02, 24. Jan 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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

Last seen on 19:30, 8. Feb 2023
Joined Jan 2016
Points:

User statistics:

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

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

Last seen on 09:09, 2. Mar 2021
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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

Last seen on 05:09, 8. Jan 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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