Custom Mobs in Raids

Started by BloxyMath on

Topic category: Help with Minecraft modding (Java Edition)

Active 7 months ago
Joined May 2020
Points:
642

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Custom Mobs in Raids

How can i make my Entity be able to spawn in Villager Raids?

Active 1 year ago
Joined Jul 2021
Points:
576

User statistics:

  • Modifications: 2
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 20
If you go to the top and…
Sun, 08/22/2021 - 23:25

If you go to the top and find the tag button, you can add a tag into your workspace called "minecraft:raiders", and under that, add your mob.

Active 7 months ago
Joined May 2020
Points:
642

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Sadly didn't work got any…
Wed, 09/01/2021 - 13:15

Sadly didn't work got any other ideas?

Active 2 years ago
Joined May 2023
Points:
229

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
you can make a procedure…
Tue, 05/09/2023 - 04:17

you can make a procedure with the global trigger of entity spawned in 
if the entity is a pillager
summon (custom mob)
with this, when a pillager spawns in a raid, it will spawn in with the custom mob
if you don't want the pillager there, you can use the despawn event/target entity block

Active 2 years ago
Joined Dec 2022
Points:
336

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 39
denial719 that's not how you…
Tue, 05/09/2023 - 10:01

denial719 that's not how you do it. All your doing is spawning an custom mob that's not part of the raid. 

Active 1 year ago
Joined Mar 2024
Points:
103

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
I found out how to do this!…
Mon, 05/13/2024 - 22:41

I found out how to do this!

Step 1. Go to the AI and goals tab in your entity element and select the entity base of a random mob and save the element.

Step 2. Lock your entity element and then open the (YourMob)Entity.java next find the code extends (The Mob entity base you used) then change it to a vindicator because vindicators have no special abilities and if you select this your mob will only use the attacks you set it to do.

Step 3. press CTRL + W to reload the code. Next press CTRL + S and it will save the code.

Step 4. exit the code panel and open the game.

Step 5. now your mob can join raids. (Does not spawn in raids though but to do that replace a random Illager in the raid with you r mob or just spawn it on top of the mob)