Started by
GSantos
on
Topic category: Help with Minecraft modding (Java Edition)
So, I want to make a dash where I look I go. I make half of that. I can make if I look to north i go to north and the same to south at the same time, but not west and east.
https://media.discordapp.net/attachments/1043587994134794241/1236701173…
Hello guy,
I had the same problem but i solved it also if you want i give you my discord and i can send you a screen of my procedure
kelox_14
Thanks, but I already solve it. But now I have another problem. I don't know if u can help me um this but I converted a JSON model to Java and the Java model bugged my mod. The Minecraft cant Open because The Core of The Java model has a problem and if I eliminate The model, he appears again when I try to start mine
you need to remove the java model completely from your pc.
and can you help me make an item that launches the player forward for 5 blocks with a 5 second cooldown if right-clicked
thank you
I will try help you
Trigger=player right clicks with item
If Item in main hand = the item you want right click
do attemp to override motion vector of event/target entity
to vx: x value of look angle vector of event/target entity * 5
to vy: y
to vz: z value of look angle vector of event/target entity * 5
cooldown (item you want do this) for 100 ticks event/target entity
The problem is: not necessary five block, depends the angle of your vision