ToLaserBlade-Fabric (Older Versions)

Quick rating

ToLaserBlade-Fabric (Older Versions)

No reviews yet

A sword with a laser blade

Custom Weapons
Music & Sound
Mod Addon
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
b1.7.3 v1.3.0+8.0.1 (BTA+Fabric)
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

ToLaserBlade-Fabric (Older Versions)

ToLaserBlade (T. o. Laser Blade) mod adds a simple sword with a laser blade.


This mod requires Fabric Loader, Fabric API, and Cloth Config API.

  • Versions compatible with Minecraft 26.1 and later will be available on ToLaserBlade.

This mod is experimental.

  • Laser blade attack upgrades may not be compatible with some combat improvement mods.
  • Laser blades may not be compatible with some video options, some graphics improvement mods, and some shader packs.

Add-on

ToLaserBlade-ExtraModels

A ToLaserBlade add-on to add more laser blade shapes.

https://www.curseforge.com/minecraft/mc-mods/tolaserblade-extramodels

Description

Version: 1.20.6-4.0.0 or later

Items

Laser Blade

How to craft a laser blade v0.7.0.0+

Features

Upgrading Laser Blades

You can upgrade your Laser Blade by combining it with certain items on a Smithing Table.

  • Attack speed (up to 4.0): Laser Blade Blueprint + Laser Blade + Gold Ingot
  • Attack damage (up to 8): Laser Blade Blueprint + Laser Blade + Block of Diamond
  • Light Element: Laser Blade Blueprint + Laser Blade + Glowstone
  • Silk Touch: Laser Blade Blueprint + Laser Blade + Prismarine Crystals / Amethyst Shard / Echo Shard
  • Looting: Laser Blade Blueprint + Laser Blade + Nautilus Shell / Block of Emerald
  • Fireproof: Laser Blade Blueprint + Laser Blade + Netherite Ingot

The Light Element enchantment increases the damage of the Laser Blade and deals additional damage to undead mobs and illagers.

Changing Laser Blade colors

Smithing Table recipes:

  • Outer blade: Laser Blade Blueprint + Laser Blade + Stained Glass
  • Inner blade: Laser Blade Blueprint + Laser Blade + Stained Glass Pane
  • Grip: Laser Blade Blueprint + Laser Blade + Carpet
  • Switching blend mode of outer blade: Laser Blade Blueprint + Laser Blade + Tinted Glass
  • Switching blend mode of inner blade: Laser Blade Blueprint + Laser Blade + Block of Amethyst

Changing Laser Blade Shape

Smithing Table recipes:

  • Type 0 (Standard): Laser Blade Blueprint + Laser Blade + Glass
  • Type 1: Laser Blade Blueprint + Laser Blade + Sand
  • Type 2: Laser Blade Blueprint + Laser Blade + Sandstone
  • Type 526: Laser Blade Blueprint + Laser Blade + Dirt

Laser Trap

When you put a Laser Blade in a Dispenser and activate it, you can attack the mobs (players included) in front of the Dispenser with the Laser Blade.

Laser Furnace

When a Laser Trap is fired at a Furnace, it will light the Furnace.

Configurations

(game_dir)/config/tolaserblade.toml

If you change the config, you will need to restart the game.

Common

In multiplayer mode, server-side config will be used.

  • enableLaserTrap: Enable laser trap (boolean, default value is true)
  • canLaserTrapAttackPlayer: Allow laser trap to attack player (boolean, default value is true)
  • canLaserTrapHeatUpFurnace: Allow laser trap to light furnace (boolean, default value is true)

The following options are available in v9.1.0 and later:

  • laserBladeBaseDamage: Base attack damage of laser blades (float, 0.0-2046.0, default value is 6.0)
  • laserBladeBaseSpeed: Base attack speed of laser blades (float, 0.8-2.8, default value is 2.8)
  • maxAttackDamageUpgradeCount: Maximum count of attack damage upgrades that can be applied to a laser blade (integer, 0-2047, default value is 8)
  • attackDamageUpgradeMultiplier: Damage multiplier of attack damage upgrade (integer, 1-2048, default value is 1)

Data Components

Item components for laser blade items

Example: /give @p tolaserblade:laser_blade[tolaserblade:lb_atk=8.0f,tolaserblade:lb_spd=1.2f,tolaserblade:lb_mdl={type:2,parts:{grip:{color:-12103854,is_sub:false},in:{color:-1,is_sub:true},out:{color:-1,is_sub:false}}}]

  • Gives a lase blade with 15 attack damage, 4 attack speed, model type 2, gray grip, and white and black blade.

Attack Damage

  • Key: tolaserblade:lb_atk
  • Value: A float value between 0 and 8

Attack Speed

  • Key: tolaserblade:lb_spd
  • Value: A float value between 0 and 1.2

Model and Color

  • Key: tolaserblade:lb_mdl
  • Value: The following data compound {type: integer_model_type, parts: {grip: {color: integer_argb_32_bit_color, is_sub: false}, in: {color: integer_argb_32_bit_color, is_sub: boolean_is_subtractive_color}, out: {color: integer_argb_32_bit_color, is_sub: boolean_is_subtractive_color}}}

Sound Events

The following audio file paths are those defined in the default assets/tolaserblade/sounds.json.

Sound events fired when a laser blade is swung:

  • tolaserblade:item.laser_blade.swing - assets/tolaserblade/sounds/item/laser_blade/swing.ogg
  • tolaserblade:item.laser_blade_fp.swing - assets/tolaserblade/sounds/item/laser_blade_fp/swing.ogg

Sound events fired when a laser blade is hit:

  • tolaserblade:item.laser_blade.hit - assets/tolaserblade/sounds/item/laser_blade/hit.ogg
  • tolaserblade:item.laser_blade_fp.hit - assets/tolaserblade/sounds/item/laser_blade_fp/hit.ogg

Sound events for use with blocks_attacks component:

  • tolaserblade:item.laser_blade.block - assets/tolaserblade/sounds/item/laser_blade/block.ogg
  • tolaserblade:item.laser_blade_fp.block - assets/tolaserblade/sounds/item/laser_blade_fp/block.ogg

Sound event fired when a laser trap is activated:

  • tolaserblade:item.laser_trap.activate - assets/tolaserblade/sounds/item/laser_trap/activate.ogg

Resource pack

Built-in optional resource pack

TLB Sample Sound Pack (v7.2.0+)

This resource pack adds some audio files to the game for testing mod sound events.

FAQ

[Version 3 or older] When using the shader mod, the blade of the laser blade is not rendered.

Try setting useOriginalShaderProgram in the config file to false and restart the game.

*Note that individual support for shader packs is not provided.

Screenshots

Gallery

  • ToLaserBlade v0.1.0.0 (2)
    ToLaserBlade v0.1.0.0 (2)
  • ToLaserBlade v0.1.0.0 (1)
    ToLaserBlade v0.1.0.0 (1)
  • How to craft a laser blade v0.7.0.1-beta
    How to craft a laser blade v0.7.0.1-beta
  • Laser Trap v0.2.1.0
    Laser Trap v0.2.1.0
  • Laser Furnace v0.4.1.0
    Laser Furnace v0.4.1.0

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~77,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works