Started by
kathkathakaht
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I'm attempting to make a range-based weapon that would have the player hold the item in the middle of their screen (like a charged crossbow) while firing out a continuous laser on right click. How would I do this?
I think it is possible through plugins. I think the player poses plugin would work.
Configure the Line Renderer to start from the weapon's position and extend to a certain distance in the direction the player is facing. Use a Line Renderer component (in Unity) or a similar feature in other engines to visually represent the laser. This is an exp https://mcreator.net/forum/112495/help-complex-weapon io games