#Need idea!! Roller Coaster

1 messages · Page 1 of 1 (latest)

gilded radish
#

Hi !! I'm rebuilding an amusement park in minecraft and I'd like to know if you have any ideas for creating realistic attractions... I'm not talking about wagon models, but more about movement mechanics. I wouldn't like to use the vanilla minecraft tracks, but rather a path that my wagon would follow... I was thinking maybe of armor stands, but I don't have any other ideas... If you have any ideas or questions, I'm here! (Translated text sorry if some words are not correct)

(i would love that my ride can go very fast, and rotate like in corkscrew or looping)

#

Need idea!! Roller Coaster

gilded radish
#

found this method, any idea to implement a rotation system?

execute as @e[type=armor_stand,tag=ride] if score @s ride = @e[type=armor_stand,tag=coaster,c=1] ride at @e[type=armor_stand,tag=coaster,c=1] run tp @e[type=armor_stand,tag=coaster,c=1] ^ ^ ^0.5 facing @s
execute as @e[type=armor_stand,tag=coaster] at @s if score @s ride = @e[type=armor_stand,tag=ride,r=1,c=1] ride run scoreboard players add @s ride 1
#

(each armor stand on the path have a different score and the "coaster" armor stand go to the one with the same number as him)