Help with complex weapon

Started by kathkathakaht on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help with complex weapon

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?

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think it is possible…
Thu, 12/26/2024 - 21:04

I think it is possible through plugins. I think the player poses plugin would work.

Joined Dec 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Configure the Line Renderer…
Fri, 12/27/2024 - 07:23

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