HomeJavaDatapacksxokz's Particle Effects
xokz's Particle Effects
DatapacksJava

xokz's Particle Effects

by xokz · on Modrinth

A collection of novel visual effects. Free Minecraft Java datapack for 1.20.3, 1.20.4, 23w51a.

⬇ Download on Modrinth
xokz's Particle Effects — screenshot 1xokz's Particle Effects — screenshot 2xokz's Particle Effects — screenshot 3xokz's Particle Effects — screenshot 4

A Collection of Novel Visual Effects

xokz's Particle Effects aims to provide several useful particle effects for datapack creation.

This datapack is purely a library, and contains no ticking function. It exists only to be called by other datapacks, or to be modified.

Effects

(Check the gallery for visuals!)

Lightning

Functions:

xze:effects/lightning/spawn

Examples:

execute positioned ~ ~ ~ as @p run function xze:effects/lightning/spawn

Notes:

PERFORMANCE IMPACT: Low

Spiral

IN BETA, USE AT YOUR OWN RISK

Functions:

xze:effects/spiral/spawn_with {particle:"<particle>",radius:<num>,period:<num>}

Examples:

execute positioned ~ ~ ~ as @p run function xze:effects/spawn_with {particle:"minecraft:end_rod",radius:1,period:3}

Notes:

PERFORMANCE IMPACT: High

Circle

Functions:

function xze:effects/circle/spawn_with {particle:"<particle>",radius:<num>}

Examples:

execute anchored eyes positioned ^ ^ ^5 run function xze:effects/circle/spawn_with {particle:"minecraft:end_rod",radius:2.5}

PERFORMANCE IMPACT: Neglegible

Block Edge Outline

Functions:

function xze:effects/block_outline/spawn

function xze:effects/block_outline/spawn_with {particle:"<particle>"}

Examples:

function xze:effects/block_outline/spawn_with {particle:"minecraft:flame"}

Notes:

PERFORMANCE IMPACT: Neglegible

Block Verticies

Functions:

function xze:effects/block_outline/spawn_with {particle:"<particle>"}

Examples:

function xze:effects/block_outline/spawn_with {particle:"minecraft:flame"}

Notes:

PERFORMANCE IMPACT: Neglegible

Line

Functions:

xze:effects/line/spawn_with {particle:"<particle>"}

Examples:

execute positioned ^ ^ ^10 as @p run function xze:effects/line/spawn_with {particle:"minecraft:end_rod"}

PERFORMANCE IMPACT: Low

Run /function xze:demo/laser for a demo!

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more