tamerela Posté(e) le 25 avril 2018 Posté(e) le 25 avril 2018 Bonsoir, j'aimerais savoir si c'est possible de faire un skript qui permet à une pioche de miner en normal, en 3 par 3 ou en 4 par 4 ect... (si vous savez en faire un ça m'aiderais bien) Je vous remercie d'avance. PS: Désolé pour le pseudo je n'arrive pas à le changer c'est mon compte google x(
lazerda456 Posté(e) le 26 avril 2018 Posté(e) le 26 avril 2018 (modifié) Tu sais dans la vie, bah il faut chercher ... on mine: set {_1} to location of event-block set {_2} to location of event-block if player's pitch is between -50 and 50: add 1 to y-coord of {_1} subtract 1 from y-coord of {_2} if player's horizontal facing is west or east: add 1 to z-coord of {_1} subtract 1 from z-coord of {_2} loop blocks within {_1} to {_2}: skellett break loop-value naturally using player's tool else if player's horizontal facing is north or south: add 1 to x-coord of {_1} subtract 1 from x-coord of {_2} loop blocks within {_1} to {_2}: skellett break loop-value naturally using player's tool else: add 1 to x-coord of {_1} add 1 to z-coord of {_1} subtract 1 from x-coord of {_2} subtract 1 from z-coord of {_2} loop blocks within {_1} to {_2}: skellett break loop-block naturally using player's tool Il te faut skellett (je l'ai trouvé sur skunity) Modifié le 26 avril 2018 par Invité
Messages recommandés