i saw a ridable wind charge on a bizarre smp video and i wanted to recreate it but i have no idea how to go about it i know like the size needs to be bigger but do i make the player ride the wind charge because they wont be able to more or do i make them ride and invisible horse or something so it can be controlled i would rather use just a wind charge but dont know how to make the player control it
#ridable wind charges
1 messages · Page 1 of 1 (latest)
why wouldn't they be able to ride the wind charge
as for moving it, https://skripthub.net/docs/?id=12920
using block displays most likeley
?
couldnt you use block display for a windcharge?
yea
you should just be able to make the player ride the wind charge itself after shooting it.. i did this before, but with a enderpearl
make player ride event-projectile```
something like this should technically work (i mightve gotten the syntax wrong tho)
if that doesnt work, try waiting a tick or two before making the player ride it
I mean like spawn it like a mob and have full control over the wind charge so it can be like a horse
keep pushing it in the direction of the player while its alive
or use input key W to push it
do you mind if you can show me how to use the imput key thing?
like you use the even but how do i see if its w and how do you then move the entity
i havent worked with it yet, but its this https://skripthub.net/docs/?id=12976
i guess have a while wind charge is alive loop
and then if player is pressing forward then you push the wind charge in players direction
push entity in direction of player at force 0.5 something like that