Started by
twistcharlie312
on
Topic category: Help with Minecraft modding (Java Edition)
hello,
question:
how would I make a beam projectile system
what type of beam:
something similar to this https://giphy.com/gifs/cyclops-QNKiMm6dYFgTm
I don't really want it to make light though
edit1: no one yet :(
Edited by twistcharlie312 on Fri, 04/10/2020 - 09:22
I don't think its possible without custom coding,
for that you will have to make Ray tracing that will be strached until it hits any obstacle
I know Magica and, Wizardry have something like that
oo I've only learnt python not java
Good Python is the best language, Java bad ):
lol
PythonIsCool You have become the very thing you swore to destroy!
lol
Anyone figured out how to do this?
i can't think of anything except to do a stream of projectiles (either with a ranged item with "shoot constantly while active" or in a procedure being repeated) without gravity. then maybe have the projectile have a particle texture.