Started by
Jose4T5Y
on
Topic category: Help with MCreator software
If I have the armor when pressing right click will push all the entities that are around the player? this can be done with procedures
Topic category: Help with MCreator software
If I have the armor when pressing right click will push all the entities that are around the player? this can be done with procedures
If get item from armor slot () of Entity = Armor
do Attempt to override motion vector of [Get nearest entity at X Y Z in square cube with size (Number) of type (entity type)] to X: 0.5 Y:0.2 Z: 0.5
Did you make it?
Here is a better version:
If get item from armor slot (0-3) of Entity = Your Armor
do
Attempt to override motion vector of
[Get nearest entity at X Y Z in square cube with size (Number) of type (entity type)] to
X: Direction (yaw) in deg. relative to S of Event/target entity
Y:0.2
Z: Direction (yaw) in deg. relative to S of Event/target entity
(This will make the entity move the same direction you are looking at. )