Use this topic to provide feedback and discuss announced features for the Mounts of Mayhem game drop!

3

Zombie horses should not burn in daylight.

2 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 1
    Registered User commented
    Comment actions Permalink

    Or both burn or both don't. Maybe make them automatically have leather armor when you update so they don't die could be a good idea.

  • 1
    Registered User commented
    Comment actions Permalink

    Here's a command you might try.

    Enter chat and write:

    /effect @e[type=zombie_horse] fire_resistance 999999 1 true

    This will stop them from catching on fire for 999999 seconds (about 270 hours) and the "true" makes all bubble effects invisible.

    If you want all future zombie horses you spawn to get fire resistance automatically then use a repeating (purple) command block:

    /give @p command_block

    Then set it to repeat and always active. Put the original command in here.

    Once you do this you will notice that the chat is filled with annoying command messages. Use these commands to get rid of that: 

    /gamerule commandblockoutput false

    /gamerule sendcommandfeedback false

    Hope this helps your world.