Back to mods
MagicParticles project artwork

CurseForge · Minecraft mod

MagicParticles

A server side cosmetics mod, that allows administrator to create custom particles using simple json files

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which MagicParticles release should I use?

Updated last month
Latest stable file MagicParticles 1.3.2+26.2
Game version 26.2
Loader Fabric, Quilt

MagicParticles 1.3.2+26.2 targets 26.2 with Fabric, Quilt. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.

Where it goes

Is MagicParticles required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric, Quilt
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does MagicParticles 1.3.2+26.2 need?

MagicParticles 1.3.2+26.2. Change the file and its required mods may change too.

No extra mods listed for this file

This file does not list any required mods. Do not add a library just because a different file uses it.

remove-dialog-warning Optional for MagicParticles 1.3.2+26.2
optional
Matching file found Matched file: 2.0.0+26.2

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add MagicParticles without breaking your instance.

Built for MagicParticles 1.3.2+26.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use MagicParticles 1.3.2+26.2. It targets 26.2 with Fabric, Quilt; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    This file does not list any required mods. Do not add a library just because a different file uses it.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside MagicParticles 1.3.2+26.2. It opens that exact file at the source.

About this project

What does MagicParticles add?

Discord

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 40 default 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

{
  "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

{
  "type": "simple",
  "count": 1, // Amount of particles (optional)
  "pos": [1.0, 2.0, 0.0], // Offset from origin (affected by rotation)
  "delta": [0.1, 0.1, 0.1], // 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": [0.0, 0.5, 0.0], // Offset from origin (optional)
  "billboard": "fixed" // What rotation axis should affect "pos" ["fixed", "vertical", "horizontal", "center"] (optional)
}

Image

{
  "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": [1.0, 2.0, 0.0], // Offset from origin (affected by rotation)
  "anchor": "feet", // The particle origin ["feet"|"eyes"] (optional)
  "origin": [0.0, 0.5, 0.0], // Offset from origin (optional)
  "billboard": "fixed" // What rotation axis should affect "pos" ["fixed", "vertical", "horizontal", "center"] (optional)
}

Bezier

(Can't really recommend to use this, creating an image of the desired shape and using the image type is easier)

Project description from CurseForge.

Pick your setup

MagicParticles by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

52 available setups

Showing the newest 12 of 26 game versions. Older files are in the list below.

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

MagicParticles versions and loaders

30 of 30 releases match

Looking for an older file? The official CurseForge project page is in Resources.