Description
In Vanilla Minecraft the main way to modify entity motion is with /data, and you are not allowed to modify player data.
This mod is here to remove this limit with 1 singular command !
How to use
/launch <entities> addMotion <motionX> <motionY> <motionZ> : will add motion to the target(s)
/launch <entities> setMotion <motionX> <motionY> <motionZ> : will set the motion to the target(s)
/launch <entities> looking <force> : will add motion to the target(s) depending on the force argument and the rotation of the source (who executed the command)
/launch <entities> toward <pos|entity> <force> : Launch every targets toward the position/entity specified (only for version r1.3 and above)
Other informations
Multiples targets can the selected to change their motion, including the player and non-living entity.
You are freely allowed to use this mod in your project.
Dev note: Because this is my first time making a java mod, the mod will stay only for fabric & NeoForge for an undetermined amount of time


