How to create a working zombie(entity) that burns at day 🔥 [Very quick tutorial]

Started by Dark_Maks on

Topic category: User side tutorials

Last seen on 17:49, 26. Mar 2021
Joined Nov 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to create a working zombie(entity) that burns at day 🔥 [Very quick tutorial]
Thu, 11/19/2020 - 10:05 (edited)

I think this will help new guys like me who have just downloaded applications 💓

Here is an example of a procedure to help you "set fire" a mob in daylight
 

procedure:

 

The main thing is not to forget what needs to be included in the triggers of the mob - entity tick update
 

entity tick update

 and... that's done!

uwu

ps: sorry if you already know that 👉👈

pss: there is a bug, mobs "burn" at night without damage.
Trying to understand why and change the post

Edited by Dark_Maks on Thu, 11/19/2020 - 10:05
For the damage, you could…
Mon, 11/23/2020 - 08:05

For the damage, you could randomly deal damage when setting them on fire using deal damage block.

Last seen on 14:09, 16. Apr 2024
Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Great tutorial
Fri, 04/05/2024 - 14:09

Great tutorial