MagicParticles
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
🖼️ Gallery (12 images)
🔍 Analysis
- 👍 0.5% endorsement rate
- 🏆 #112 of 296 decoration mods in this game by downloads
📋 About This Mod
# Magic Particles (https://img.shields.io/discord/904419828192927885.svg?logo=discord)](https://discord.gg/HeZayd6SxF) A fabric server side cosmetics mod, that allows administrator to create custom particles using simple json files ## Commands - `/mp` - List all available magic particles - `magic-particles.root` - `/mp set <id>` - Set current magic particle - `magic-particles.particle` - `/mp disable` - Disable current magic particle - `magic-particles.disable` - `/mp reload` - Reload magic particles and messages - `magic-particles.reload` ## Custom Particles This mod includes more than (https://github.com/DrexHD/MagicParticles/tree/1.21/src/main/resources/magic-particles), which can be useful example files for understanding the format. ## JSON Format Each magic particle type needs a human friendly name and a list of particles it consists of ### Root ```json5 { "name": "Some name", // Human friendly name "particles": } ``` ### Particle definition There are currently 3 particle definition types (simple, image and bezier). All of these share a couple of common values in addition to their specialized ones. #### Simple ```json5 { "type": "simple", "count": 1, // Amount of particles (optional) "pos": , // Offset from origin (affected by rotation) "delta": , // Particle area size (optional) "speed": 0, // Particle speed parameter, used by some particle types (optional) "particle_type": { "type": "minecraft:angry_villager" // Particle type: https://minecraft.wiki/w/Particles_(Java_Edition)#Types_of_particles // Some particles types have extra attributes, which need to be specified here }, "anchor": "feet", // The particle origin (optional) "origin": , // Offset from origin (optional) "billboard": "fixed" // What rotation axis should affect "pos" (optional) } ``` #### Image ```json5 { "type": "image", "image": "drex.png", // Path to the image, the image needs to be in config/magic-particles/images/<image> "size_x": 0.8, // The width of the particle image "size_y": 0.8, // The height of the particle image "pixel_size": 0.6, // The size of each individual particle "pos": , // Offset from origin (affected by rotation) "anchor": "feet", // The particle origin (optional) "origin": , // Offset from origin (optional) "billboard": "fixed" // What rotation axis should affect "pos" (optional) } ``` #### Bezier *(Can't really recommend to use this, creating an image of the desired shape and using the image type is easier)*
# Magic Particles
[!(https://img.shields.io/discord/904419828192927885.svg?logo=discord)](https://discord.gg/HeZayd6SxF)
A fabric server side cosmetics mod, that allows administrator to create custom particles using simple json files
## Commands
- `/mp` - List all available magic particles - `magic-particles.root`
- `/mp set
## Custom Particles
This mod includes more than (https://github.com/DrexHD/MagicParticles/tree/1. 21/src/main/resources/magic-particles), which can be useful example files for understanding the format.
## JSON Format
Each magic particle type needs a human friendly name and a list of particles it consists of ### Root ```json5 { "name": "Some name", // Human friendly name "particles": [ // Particle definitions ] } ```
### Particle definition There are currently 3 particle definition types (simple, image and bezier). All of these share a couple of common values in addition to their specialized ones.
#### Simple ```json5 { "type": "simple", "count": 1, // Amount of particles (optional) "pos": , // Offset from origin (affected by rotation) "delta": , // Particle area size (optional) "speed": 0, // Particle speed parameter, used by some particle types (optional) "particle_type": { "type": "minecraft:angry_villager" // Particle type: https://minecraft.wiki/w/Particles_(Java_Edition)#Types_of_particles // Some particles types have extra attributes, which need to be specified here }, "anchor": "feet", // The particle origin ["feet"|"eyes"] (optional) "origin": , // Offset from origin (optional) "billboard": "fixed" // What rotation axis should affect "pos" ["fixed", "vertical", "horizontal", "center"] (optional) } ```
#### Image
```json5
{
"type": "image",
"image": "drex.png", // Path to the image, the image needs to be in config/magic-particles/images/
#### Bezier (Can't really recommend to use this, creating an image of the desired shape and using the image type is easier)
📊 Mod Details
- Game
- Minecraft Mods
- Author
- DrexHD
- Version
- 1.3.2+26.2
- Downloads
- 8,025
- Endorsements
- 40
- Category
- decoration
- Created
- 6/20/2024
- Updated
- 7/13/2026
- Game Versions
- 26.2
- Tags
- decoration, social
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does MagicParticles support?
The author lists 26.2. Other versions may work but are untested by the author.
What is the latest version of MagicParticles?
Version 1.3.2+26.2, published 2026-07-13 with 8,025 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await











