Update mobnpcspawner.js

This commit is contained in:
radmanplays 2024-10-01 17:34:28 +03:30 committed by GitHub
parent 2bb2231d45
commit c8127ad99d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
sheep.$noGravity = 1; sheep.$noGravity = 1;
// Make sheep invincible // Make sheep invincible
sheep.$setEntityInvulnerable(1); sheep.$invulnerable = 1
// Add the sheep to the world // Add the sheep to the world
world.spawnEntityInWorld(sheep); world.spawnEntityInWorld(sheep);