Minecart vehicle is slow.

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

TSBeatz

New Member
Apr 26, 2017
9
1
3
Skript Version: Skript 2.2 dev25
Skript Author: Bensku
Minecraft Version: 1.11

Hello. Why is my Minecart so slow?
When I place the speed on 5.5, it still remains slow


code_language.skript:
on right click with minecart:
    make the player ride a minecart
    while player's vehicle is set:
        vehicle of the player is a minecart
        push player's vehicle in horizontal direction of player at speed 0.8
        show smoke at location of the player
        wait 2 ticks


Errors on Reload: no errors.
Umbaska 3.3, SkRayFall 1.9.10, skUtilities 0.9.0, MundoSK 1.7.4, TusKe 1.8.4-dev.3
 
  • Like
Reactions: CustomWorldYT
Skript Version: Skript 2.2 dev25
Skript Author: Bensku
Minecraft Version: 1.11

Hello. Why is my Minecart so slow?
When I place the speed on 5.5, it still remains slow


code_language.skript:
on right click with minecart:
    make the player ride a minecart
    while player's vehicle is set:
        vehicle of the player is a minecart
        push player's vehicle in horizontal direction of player at speed 0.8
        show smoke at location of the player
        wait 2 ticks


Errors on Reload: no errors.
Umbaska 3.3, SkRayFall 1.9.10, skUtilities 0.9.0, MundoSK 1.7.4, TusKe 1.8.4-dev.3

the entity collides with the blocks on the floor use a nogravity tag
 
Status
Not open for further replies.