Editing Vanilla mobs.

Started by InfernoEverflame on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 years ago
Joined Aug 2020
Points:
649

User statistics:

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

Active 1 year ago
Joined May 2021
Points:
570

User statistics:

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

ok but how to make it target the player

Active 2 months ago
Joined Jan 2021
Points:
616

User statistics:

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

Active 2 months ago
Joined Jan 2023
Points:
303

User statistics:

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

Active 2 months ago
Joined Jan 2021
Points:
616

User statistics:

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

Active 2 months ago
Joined Jan 2023
Points:
303

User statistics:

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

Active 2 months ago
Joined Jan 2021
Points:
616

User statistics:

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

Active 2 months ago
Joined Jan 2023
Points:
303

User statistics:

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

Active 1 year ago
Joined Feb 2023
Points:
397

User statistics:

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

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

Active 10 months ago
Joined Mar 2020
Points:
651

User statistics:

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

Active 10 months ago
Joined Mar 2020
Points:
651

User statistics:

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

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

Active 1 year ago
Joined Feb 2024
Points:
142

User statistics:

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

where do I find subtype