# Cheatsheet

[ToLaserBlade-BTA](https://github.com/Iunius118/ToLaserBlade-BTA)
v1.4.0+8.0.1.

ToLaserBlade for Better than Adventure!

## Requirements

- Better than Adventure! Fabric 8.0.1
- HalpLibe 6.2.0+8.0.1 (usually included in BTA Fabric instance)

## Items

### Laser Blade

- Default ID: 24530 (this can be changed in the config file and is equal to `starting_item_id`)
- Tool Type: Sword
- Durability: Infinite
- Basic Attack Damage: 12

Crafting (shaped recipe):

    2 Glowstone Dusts (G), 4 Steel Ingots (S), Diamond (D), Lamp of any color (L), Redstone (R)
    | G | S | D |
    | S | L | S |
    | R | S | G |

Laser blades have 16 different colors, which are determined by the color of the lamp in the crafting material.

## Configuration

The mod configuration file is saved to `config/tolaserblade.cfg`.

```toml
# ToLaserBlade configuration file.

[IDs]
	# The integer specifies the starting ID for the mod's items.
	starting_item_id = 24530

[Client]
	# Use 3D models for Laser Blades on the head, on the ground, and in GUIs if true, or 2D textures if false.
	use_3d_laser_blade_icons = true
```
