Laser MOD

Downloads:
317
Upvotes: 3
Share this:
Category
Project status
In development
Modification type
Supported Minecraft versions
1.21.4

Jump to downloads

Laser Mod – Updated on June 8, 2025

The Laser Mod introduces various powerful laser weapons. It includes a satellite bombing laser, a funnel drone laser, a handheld rapier laser, and a standard laser gun. These weapons are highly destructive, so use them with caution in survival mode!

Satellite Laser

A devastating laser strikes from above, destroying terrain.

  • How to use: Throw the Laser Target Designator to mark the bombing target.
  • Note: This item is single-use.

Funnel Laser

Drone-like lasers lock onto and pursue enemies, knocking them down.

  • How to use: Right-click to activate, then the attack will commence.

Rapier Laser

A close-range, shotgun-like laser weapon.

  • How to use: Right-click to fire.

Laser Gun

A simple yet effective laser firearm.

  • How to use: Right-click to fire.

Try out this mod and have fun!

Minecraft mod files
LaserMOD.jar - Old Version(1.0.0) for Forge Minecraft 1.20.1 Uploaded on: 09/13/2023 - 17:11   File size: 177.07 KB
lasermod-2.0.0-neoforge-1.21.4_0.jar - Latest Version(2.0.0) for NeoForge 1.21.4 Uploaded on: 06/08/2025 - 12:29   File size: 226.87 KB

such a nice mod, may I ask how did you make the laser? Im trying to make smth related to laser but I dunno how

Thank you.
Basically, particles and potion damage are put out in the same place.
Particles are emitted in a straight line.
Find the enemy at the location where you want to do damage, and then apply the potion damage.
However, I have done heals on the undead.

Particles are made by laying many small dots on a straight line.
The direction in which the laser is emitted is calculated using a trigonometric function.
For the direction of rotation, the Euler angle is used as a reference.
In this case, only pitch and yaw are required, and roll is not calculated.
I calculated the matrix and transformed the coordinates.
The dots change their coordinates little by little to make them look like lasers.