Aller au contenu
  • 0

Problème loop block around, if loop-block is chest:


Question

Posté(e)

Bonsoir, j'ai un pti problème que j'arrive pas à régler.

 

on place of item frame:
   loop blocks in radius 1 around event-entity:
       if loop-block is chest:
           if {pin.block::%location of loop-block%} is not set:
               set {pin.block::%location of loop-block%} to player
               set {pin.code::%location of loop-block%} to "0000"

 

Aucune erreur mais le loop block in radius 1, ne trouve pas le coffre.

Merci :)

9 réponses à cette question

Messages recommandés

  • 0
Posté(e)

Du coup tu travail tout seul ?

 

Sinon, je te conseil cela :

 

on place of item frame:
   if block behind event-entity is a chest:
       if {pin.block::%location of block behind event-entity%} is not set:
               set {pin.block::%location of block behind event-entity%} to name of player
               set {pin.code::%location of block behind event-entity%} to "0000"

 

Je suis pas sur pour le "%location of block behind event-entity%".

  • 0
Posté(e)

Bah ducoup :

 

on place of item frame:
   if block behind event-block is a chest:
       if {pin.block::%location of block behind event-block%} is not set:
               set {pin.block::%location of block behind event-block%} to name of player
               set {pin.code::%location of block behind event-block%} to "0000"

  • 0
Posté(e)

Dans ce cas je ne peux plus t'aider...

 

(Panneau ?)

×
×
  • 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.