Back to mods
SnAssets Library - Particles project artwork

CurseForge · Minecraft mod

SnAssets Library - Particles

An asset library containing particle textures from and for my mods.

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

Quick answer

Which SnAssets Library - Particles release matches 1.20.3 Forge?

Updated today
Best match for your filters SnAssets - Particles - V1.1
Game version 1.21, 1.20.2, 1.21.8
Loader Fabric, Forge, NeoForge

SnAssets Library - Particles SnAssets - Particles - V1.1 targets 1.21, 1.20.2, 1.21.8 with Fabric, Forge, NeoForge. 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 SnAssets Library - Particles 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, Forge, NeoForge
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 SnAssets Library - Particles SnAssets - Particles - V1.1 need?

SnAssets - Particles - V1.1 on 1.20.3 Forge. Every mod below is checked against that same setup.

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.

This file does not list any required or optional mods.

Before you install it

Add SnAssets Library - Particles without breaking your instance.

Built for SnAssets Library - Particles SnAssets - Particles - V1.1 on 1.20.3 Forge. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use SnAssets - Particles - V1.1. It targets 1.21, 1.20.2, 1.21.8 with Fabric, Forge, NeoForge; 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 SnAssets - Particles - V1.1. It opens that exact file at the source.

About this project

What does SnAssets Library - Particles add?

You're allowed to use this mod in your modpacks!

You may include this mod in public or private Minecraft modpacks, provided the mod file is unmodified and downloaded from its official Modrinth or CurseForge page

SnAssets Asset Library - Particles

The SnAssets Particle Library is branch of the general library which adds JUST the particles I regularly use in my own projects.
With this library, these particles may be used by any other modder by making this project a dependency and referencing assets via JSON!

You can find particle textures for:
smoke, sparks, tracers, bullet casings, bullet holes, explosions, fire, flames, dirt and other debris, glass shards, bubbles, leaves, splinters and more!

Reader:

SnAssets Particles is a cross-loader Minecraft asset library for other mods to use. It contains particle sprites.

snassets_particles

How to use:

  • Add SnAssets as a dependency for your mod.
  • Reference particle textures from your own particle JSON, for example: snassets_particles:bang0

If the texture is inside a subfolder, keep the subfolder path, for example:

snassets_particles:bulletholes/bullethole_basic

This library only provides the texture files. Your own mod still needs to define/register the actual particle type where required.

Do not copy assets out of this library.

It is fine to make SnAssets Particles a dependency and reference assets via JSON or code.
It is prohibited to take the actual PNG asset files from this library and paste, bundle, or redistribute them inside your own mod.

Detailed how to use:

SnAssets Particles - How to reference assets from another mod

Mod id / namespace:

snassets_particles

SnAssets Particles is an asset library. Your mod should depend on it, then reference its assets by namespace.
Do not copy the actual PNG files into your own mod.

Referencing particle textures

Particle textures are located within:

assets/snassets_particles/textures/particle/

When referencing a particle texture from your own particle JSON, use:

snassets_particles:

Example SnAssets file:

assets/snassets_particles/textures/particle/bang0.png

Reference it from your mod's particle JSON like this:

assets/examplemod/particles/example_bang.json

{
"textures": [
"snassets_particles:bang0"
]
}

Example with multiple frames:

{
"textures": [
"snassets_particles:bang0",
"snassets_particles:bang1",
"snassets_particles:bang2",
"snassets_particles:bang3"
]
}

If the texture is in a subfolder, keep the subfolder path.

Example SnAssets file:

assets/snassets_particles/textures/particle/bulletholes/bullethole_basic.png

Reference:

snassets_particles:bulletholes/bullethole_basic

Important:

SnAssets Particles only provides the texture files.
Your own mod still needs to register or define the particle type if your loader/version requires that.

  1. Dependency code

Fabric fabric.mod.json:

{
"depends": {
"snassets_particles": "*"
}
}

Forge / NeoForge mods.toml:

[[dependencies.examplemod]]
modId="snassets_particles"
mandatory=true
versionRange="[1.0.0,)"
ordering="NONE"
side="BOTH"

Replace "examplemod" with your own mod id.

  1. Usage rule

Allowed:

-> Make SnAssets Particles a dependency and reference its textures through JSON or code.

Not allowed:

Taking PNG or other asset files out of SnAssets Particles and pasting, bundling, or redistributing them inside your own mod.

Project description from CurseForge.

Pick your setup

SnAssets Library - Particles by Minecraft version and loader

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

69 available setups

Showing the newest 12 of 23 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

SnAssets Library - Particles versions and loaders

2 of 2 releases match
Clear filters

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