Editing Vanilla mobs.

Started by InfernoEverflame on

Topic category: Help with modding (Java Edition)

Last seen on 02:57, 8. Apr 2021
Joined Aug 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Editing Vanilla mobs.

hello To all MCreator developers and Mod creators, i was wondering how you could make a vanilla mob aggressive to a modded mob 

Ex: Zombie hostile to Villagers

Last seen on 13:21, 2. Mar 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ok but how to make it target…
Mon, 04/04/2022 - 12:37

ok but how to make it target the player

Last seen on 20:52, 3. Mar 2024
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
As an update to my previous…
Fri, 02/24/2023 - 16:35

As an update to my previous post, I appear to have fixed the problem. I wasn't expecting how I fixed it to actually fix it, but... it fixed it! Awesome? Yeah??

Last seen on 23:03, 26. Jan 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@burritoladdy what did you…
Fri, 02/24/2023 - 21:47

@burritoladdy 
what did you do to fix it I need to do the same thing but make source entity attack monster entity basically

Last seen on 20:52, 3. Mar 2024
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay, turns out I didn't…
Fri, 02/24/2023 - 21:52

Okay, turns out I didn't actually fix it. The code functions, but in practice, Minecraft crashes. Your best bet is ahznbs fix.

Last seen on 23:03, 26. Jan 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@ahznbs im moddin on 1.19.2…
Fri, 02/24/2023 - 22:45

@ahznbs im moddin on 1.19.2 can you make dreams come true?

Last seen on 20:52, 3. Mar 2024
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It appears this code is…
Sat, 02/25/2023 - 00:15

It appears this code is... outdated? MobEntity is no longer recognized by MCreator, breaking the snippet.

Last seen on 23:03, 26. Jan 2024
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
well if you know any actual…
Sat, 02/25/2023 - 02:28

well if you know any actual programmers that make java code unlike us mcreator's we could prolly give them the old code and they could tell us what its supposed to say, that being said I really hate bothering people its so awkward, I know that mobentity is probably just mob now, but other then that idk anything I gave up on eclispe for a reason im useless at this stuff lmao

Last seen on 14:43, 28. Apr 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Crimm Have you found out…
Mon, 05/08/2023 - 12:31

@Crimm Have you found out what Mcreator uses now instead of MobEntity

Last seen on 18:52, 13. Jan 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
guys im working this out…
Tue, 08/08/2023 - 16:28

guys im working this out slowly but surely
i will post another comment with an update later but for now
replace "MobEntity" with just "Mob"
that fixes 2 errors
now we are just left with the last error
that is the one im trying to figure out rn
ill comment again when i fix it

Last seen on 18:52, 13. Jan 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
YOOOO I FIXED ITjust delete …
Tue, 08/08/2023 - 16:33

YOOOO I FIXED IT
just delete ".CustomEntity"
this is actually so cool

Last seen on 16:00, 1. May 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
where do I find subtype     
Tue, 02/13/2024 - 19:00

where do I find subtype