
More Particle
Create particle with customization
About this Mod
MoreParticle
Create particle with customization
Commands
The MoreParticle use vanilla /particle command
particle <name>{<NBT>} [<pos>] [<delta>] <speed> <count> [force|normal] [viewers] [tag]
- all custom particles are customized by
field - force always useful for display particles
- the time unit is
tick, in ususally1t=0.05s - if particles count over 16384 it makes older particle dead, use particle limit changer mod to remove limit
tagfield is for define the tag for particle,used bykillparticlecommand
killparticle command
killparticle <players> <tag>
if has no player felid ,select all player; if has no tag field, kill all particle
particle render modes(enum)
| type | description |
|---|---|
| TERRAIN_SHEET | terrain particle, it may use for inner testing |
| PARTICLE_SHEET_TRANSLUCENT | support transparency |
| PARTICLE_SHEET_OPAQUE | unsupport transparency |
| PARTICLE_SHEET_LIT | unsupport transparency |
particle lights
particle has two lights, one is block light, another is sky light
$light = blockLight * 16 + skyLight * 65536$
[soy:calc] function calculate particle
function calculate particle designed for testing, calculate is slow and too much function calculate particle will
cause lagging
NBT fields
| name | type | description | required? | default value |
|---|---|---|---|---|
xfun |
string | x direction's calculate function(position is relative) | √ | |
yfun |
string | y direction's calculate function(position is relative) | √ | |
zfun |
string | z direction's calculate function(position is relative) | √ | |
cfun |
string | color's calculate function | "16777215" | |
age |
int | particle's life | √ | |
random |
int | particle's extra life in random | 1 |
[soy:seq] sequence particle
sequence particle use array to store particle's action in every tick
NBT fields
| name | type | description | required? | default value |
|---|---|---|---|---|
xlist |
double[] | x direction's sequence(position is relative) | √ | |
ylist |
double[] | y direction's sequence(position is relative) | √ | |
zlist |
double[] | z direction's sequence(position is relative) | √ | |
age |
int | particle's life | √ | |
random |
int | particle's extra life in random | 1 | |
clist |
int[] | color's sequence(rgba model) | [16777215] | |
alist |
int[] | size sequence | [1f] | |
light |
int[] | light sequence | [15728880] | |
render |
enum | render mode | "PARTICLE_SHEET_TRANSLUCENT" |
[soy:seqt] sequence particle with texture
sequence particle with texture use array to store particle's action in every tick, and support custom texture
NBT field
| name | type | description | required? | default value |
| extended by [soy:seq] | ||||
texture | string | texture namespace | "" | |
soy:seqv sequence particle with view
sequence particle with texture use array to store particle's action in every tick,
and added custom viewing support
NBT field
| name | type | description | required? | default value |
| extended by [soy:seqt] | ||||
relative | boolean | particle's angle is relateive with camera | true | |
angleX | float[] | X rotation | [0f] | |
angleY | float[] | Y rotation | [0f] | |
angleZ | float[] | Z rotation | [0f] | |
Available Versions
How to Install More Particle on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.3).
Install Mod
Open the mod browser in the dashboard and search for "More Particle". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.3, 1.21.2, 1.21.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
More Particle server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.3). You can switch loaders with one click in the panel.
Is More Particle compatible with fabric?
More Particle officially supports fabric for Minecraft 1.21.3, 1.21.2, 1.21.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with More Particle – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if More Particle consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install More Particle with just one click on your server.