Aller au contenu

Spawn des ghasts


Messages recommandés

Posté(e)

Essaye çà :

 

## Created by Galaxie69 for Bunked

on spawn of a ghast:
  if world of ghast is "world_the_nether":
    cancel event
    stop
  else:
    stop

Posté(e)

Ceci devrait marcher:

on spawn of a ghast:
   if event-world is "world_nether":
       cancel event

Ou sinon essaye:

on spawn of a ghast:
   if world of event-entity is "world_nether":
       cancel event

Ou encore:

on spawn of a ghast:
   if world of event-location is "world_nether":
       cancel event

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.