Piglin Zombification

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Warpedtimes

New Member
Feb 12, 2021
4
0
1
23
Does anyone know any method to stop Piglins from turning into zombie piglins in the overworld? Im trying to make piglins spawn and attack but after about 15 seconds they just turn into zombie piglins. Is there any method to stop this?

Possible workaround was to
Code:
execute console command "execute as @e[type=piglin, nbt=!{IsImmuneToZombification:1b}] run data merge entity @s {IsImmuneToZombification:1b}"
right after a summoned them all. If anyone knows a better method that involves skript that would be great!
 
Last edited: