Skip to content

klikli-dev/magic-particles-lib

Repository files navigation

Magic Particles Lib (MPL)

A Minecraft library mod for reusable magic particles.
Besides normal sprite-based particles, MPL also implements a full java port of glextrusion to allow 3d effects.

Note from Kli Kli: I suspect multiple mods use(d) glextrusion for magic effects (it is a very convenient way of e.g. making lightning visuals that are so much better than the vanilla one), but specifically Thaumcraft's effects are the inspiration for porting glextrusion for MPL.

Documentation

See docs/README.md.

Maven

See https://cloudsmith.io/~klikli-dev/repos/mods/groups/ for available versions.

repositories {

  ...

  maven {
    url "https://dl.cloudsmith.io/public/klikli-dev/mods/maven/"
    content {
        includeGroup "com.klikli_dev"
    }
  }

  ...

}
dependencies {

    ...

    implementation "com.klikli_dev:magicparticleslib-${minecraft_version}-neoforge:${magic_particles_lib_version}"

    ...

}

Alternatively if MPL should be bundled in your mod's jar file:

dependencies {
 
    ...
    
    jarJar(implementation(group: "com.klikli_dev", name: "magicparticleslib-${minecraft_version}-neoforge")) {
        version {
            prefer magic_particles_lib_version
        }
    }
    
    ...
    
}

Thanks

Hosted By: Cloudsmith

Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.

Licensing

Copyright 2026 klikli-dev

Code is licensed under the MIT license, view LICENSES/MIT. Assets are licensed under the CC-BY-4.0 license, view LICENSES/CC-BY-4.0.

There are third party code and assets in this project which may be under different licenses and copyrights. We follow the REUSE Standard for Software Licensing, so you can look up the license terms for each file, or use the REUSE tool to generate an SPDX report.

About

A minecraft mod library that allows other mods to create magic style particles based on glextrusion.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors