#Hologram tool

1 messages · Page 1 of 1 (latest)

gray pier
#

Hologram Glass Effect (Script Brush)

This script creates a hologram-style look by converting glass blocks into a random mix of:

  • matching glass panes (same color as the original glass),
  • end rods (with selectable facing directions),
  • air (optional gaps).

It works on:

  • minecraft:glass
  • all minecraft:*_stained_glass variants

Default Settings

  • Chance to Pane %: 35
  • Chance to End Rod %: 15
  • Chance to Air %: 0
  • Pane Requires Support Below: true
  • End Rod directions: Up enabled by default

Priority Logic

The script uses this order for each processed glass block:

  1. Pane
  2. End Rod
  3. Air

If no roll is successful, the block stays unchanged.

Pane Support Option

If Pane Requires Support Below is enabled, panes are only placed when the block below is not air.
If disabled, panes can be placed regardless of support.

End Rod Direction

You can enable direction checkboxes:

  • Up
  • Down
  • North
  • South
  • East
  • West

When End Rod is selected, the script randomly picks one enabled direction.
If none are enabled, it falls back to Up.

How to Use

  1. Open Axiom → Script Brush.
  2. Paste the script code.
  3. Set your percentages and direction checkboxes.
  4. Paint over glass-based builds/models.
  5. Reapply with different values to refine the hologram effect.