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_glassvariants
Default Settings
- Chance to Pane %:
35 - Chance to End Rod %:
15 - Chance to Air %:
0 - Pane Requires Support Below:
true - End Rod directions:
Upenabled by default
Priority Logic
The script uses this order for each processed glass block:
- Pane
- End Rod
- 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
- Open Axiom → Script Brush.
- Paste the script code.
- Set your percentages and direction checkboxes.
- Paint over glass-based builds/models.
- Reapply with different values to refine the hologram effect.