Replacing existing mobs (without crashing the game!)

Started by AtlanticSpamHammer on

Topic category: Help with MCreator software

Last seen on 17:57, 8. Aug 2019
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Replacing existing mobs (without crashing the game!)

So, I was trying to replace some of MC's existing mobs with unique new variants. I tried to use the "On entity joins world" procedure, so that - for instance - every zombie that joined the world would be replaced with [insert mob here]. However... every time I started up the mod after adding such a procedure, all the mobs were stationary and I couldn't break blocks or use items, etc., most likely on account of the fact that the game was checking every entity in existence over and over to determine if they needed to be replaced. Either way, the game was unplayable as a result :(

So, is there a better way (using the existing procedures system, preferably) to implement such a thing?

Last seen on 19:55, 7. Jan 2021
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Without knowing Java, or…
Sat, 09/21/2019 - 10:45

Without knowing Java, or going to extreme measures, probably not.