Mineuniverse
Log in Register
Mods

Inventory Particles

Beautiful particles for your inventory items! Make your inventory more alive and dynamic! ✨ Now with modded items support! ✨
by LopyTwich
Download Claim this project
1,406,678 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Discord link to the "LopyMine's Project" discord server Github Link-Banner Support Link-Banner

CurseForge Link-Banner Modrinth Link-Banner

"Description" Title

Inventory Particles — Visual mod which adds a lot of new particles for your inventory items! With it you can make your inventory more lively and dynamic! Of course, completely client-side.

Ingame Showcase

Label "1300+ Textures, 800+ areas, 400+ configs" Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Showcase Just decoration here

"Configurable" Title

All particles in Inventory Particles are data driven! This means that you can add more particles just by using resource packs and some basic configs!

You can customize: 1) Physics (acceleration, braking, impulses, etc.) 2) Rotations (actual and visual) 3) Sizes (+ animations) 4) Colors (+ animations) 5) Texture (+ animations) 6) Holders (items from which they will spawn) 7) Spawn Area (just with additional texture) 8) Life Time (ticks) 9) And other little things ^^

Unfortunately, we haven't had time to make a wiki yet, so for now you can try to figure it out by yourself 😅

examle_config.json

{
    "life_time": 100,
    "animation_type": "stretch",
    "animation_speed": 1.0,

    "size": {
        "width": 8.0,
        "height": 8.0
    },
    // or
    "size": {
        // https://nicmulvaney.com/easing
        "interpolation": "ease_in_quint",
        "sizes": {
            "0": {
                "width": 16.0,
                "height": 16.0,
                // Overrides "ease_in_quint"
                "interpolation": "linear"
            },
            "50": {
                "width": 32.0,
                "height": 32.0
            },
            "100": {
                "width": 64.0,
                "height": 64.0
            }
        }
    },

    "textures": [
        "inventory-particles:example/texture_0.png",
        "inventory-particles:example/texture_1.png"
    ],

    "holders": [
        {
            "item": "minecraft:potion",
            "spawn_area": "example_spawn_area.png",
            "spawn_count": [0, 1],
            "spawn_frequency": [5, 20],
            "speed_coefficient": 0.3,

            "color": "#AARRGGBB",
            // or
            "color": {
                // mixed, random, random_static, gradient, gradient_random_static, gradient_loop, gradient_bounce
                "mode": "gradient",
                "values": ["#FF8CC091", "#003700", "nbt", "nbt_list"],
                "speed": 5.0
            },

            "nbt_conditions_match": "none",
            "nbt_conditions": [
                {
                    "this_name": "components",
                    "this_type": "object",
                    "next_match": "any",
                    "next": {
                        "this_name": "minecraft:potion_contents",
                        "this_type": "object",
                        "next_match": "any",
                        "next": [
                            {
                                "this_name": "potion",
                                "this_type": "string",
                                "check_value": "minecraft:water"
                            }
                        ]
                    }
                }
            ]
        }
    ],

    "physics": {
        "base": {
            "x_speed": {
                "impulse": [0.0, 0.0],
                "impulse_bidirectional": false,
                "acceleration": 0.0,
                "acceleration_bidirectional": false,
                "max_acceleration": [-100.0, 100.0],
                "braking": 0.0,
                "turbulence": [0.0, 0.0],
                "cursor_impulse_inherit_coefficient": 1.0
            },
            "y_speed": {
                "impulse": [0.0, 0.0],
                "impulse_bidirectional": false,
                "acceleration": 0.0,
                "acceleration_bidirectional": false,
                "max_acceleration": [-100.0, 100.0],
                "braking": 0.0,
                "turbulence": [0.0, 0.0],
                "cursor_impulse_inherit_coefficient": 1.0
            },
            "angle_speed": {
                "impulse": [1.0, 1.5],
                "impulse_bidirectional": false,
                "acceleration": 0.0,
                "acceleration_bidirectional": false,
                "max_acceleration": [-100.0, 100.0],
                "braking": 0.0,
                "turbulence": [0.0, 0.0]
            }
        },
        "rotation": {
            "particle": {
                "spawn_angle": [0.0, 360.0],
                "rotate_in_movement_direction": false,
                "speed": {
                    "impulse": [0.0, 0.0],
                    "impulse_bidirectional": false,
                    "acceleration": 0.0,
                    "acceleration_bidirectional": false,
                    "max_acceleration": 0.0,
                    "braking": 0.0,
                    "turbulence": [0.0, 0.0]
                }
            },
            "texture": {
                "spawn_angle": [0.0, 0.0],
                "rotate_in_movement_direction": false,
                "speed": {
                    "impulse": [0.0, 0.0],
                    "impulse_bidirectional": true,
                    "acceleration": 0.0,
                    "acceleration_bidirectional": false,
                    "max_acceleration": 0.0,
                    "braking": 0.0,
                    "turbulence": [0.0, 0.0]
                }
            }
        }
    }
}

Just decoration here

Showcase

Icon Want to support mod and authors? Just tell everyone about this mod!

Yeah, you got it right. Just by advertising, you will support the mod and the creators well. The more people will know about this mod, the more downloads it will have, more downloads will give good motivation to authors and increase income from the site (literally free donation). Remember, advertising must not be intrusive and annoiyng!

What you can do?

  • Make a video review / advertisement
  • Tell your friends about this mod
  • Just download this mod (if you want to play with it :D)

📑 Licensing

See the original mod repository.

[forge/1.20.1] Inventory Particles v2.5.0
MC Client, 1.20.1, Forge
Release 2026-06-26 Get
[fabric/1.20.1] Inventory Particles v2.5.0
MC Client, Fabric, 1.20.1
Release 2026-06-26 Get
[fabric/1.21.1] Inventory Particles v2.5.0
MC Client, Fabric, 1.21.1
Release 2026-06-26 Get
[fabric/1.21.11] Inventory Particles v2.5.0
MC Client, Fabric, 1.21.11
Release 2026-06-26 Get
[fabric/26.1-26.1.2] Inventory Particles v2.5.0
MC Client, Fabric, 26.1, 26.1.1, 26.1.2
Release 2026-06-26 Get
[fabric/26.2] Inventory Particles v2.5.0
MC Client, Fabric, 26.2
Release 2026-06-26 Get
[neoforge/1.21.1] Inventory Particles v2.5.0
MC Client, 1.21.1, NeoForge
Release 2026-06-26 Get
[neoforge/1.21.11] Inventory Particles v2.5.0
MC Client, NeoForge, 1.21.11
Release 2026-06-26 Get
[neoforge/26.1-26.1.2] Inventory Particles v2.5.0
MC Client, NeoForge, 26.1, 26.1.1, 26.1.2
Release 2026-06-26 Get
[neoforge/26.2] Inventory Particles v2.5.0
MC Client, NeoForge, 26.2
Release 2026-06-26 Get
[fabric/1.20.1] Inventory Particles v2.5.1
MC Client, Fabric, 1.20.1
Release 2026-06-26 Get
[fabric/1.21.1] Inventory Particles v2.5.1
MC Client, Fabric, 1.21.1
Release 2026-06-26 Get
[fabric/1.21.11] Inventory Particles v2.5.1
MC Client, Fabric, 1.21.11
Release 2026-06-26 Get
[fabric/26.1-26.1.2] Inventory Particles v2.5.1
MC Client, Fabric, 26.1, 26.1.1, 26.1.2
Release 2026-06-26 Get
[neoforge/1.21.1] Inventory Particles v2.5.1
MC Client, 1.21.1, NeoForge
Release 2026-06-26 Get
[neoforge/1.21.11] Inventory Particles v2.5.1
MC Client, NeoForge, 1.21.11
Release 2026-06-26 Get
[neoforge/26.1-26.1.2] Inventory Particles v2.5.1
MC Client, NeoForge, 26.1, 26.1.1, 26.1.2
Release 2026-06-26 Get
[forge/1.20.1] Inventory Particles v2.5.1
MC Client, 1.20.1, Forge
Release 2026-06-26 Get
[neoforge/26.2] Inventory Particles v2.5.1
MC Client, NeoForge, 26.2
Release 2026-06-26 Get
[fabric/26.2] Inventory Particles v2.5.1
MC Client, Fabric, 26.2
Release 2026-06-26 Get
[fabric/1.20.1] Inventory Particles v2.4.0
MC Client, Fabric, 1.20.1
Release 2026-06-06 Get
[fabric/1.21.1] Inventory Particles v2.4.0
MC Client, Fabric, 1.21.1
Release 2026-06-06 Get
[fabric/1.21.4] Inventory Particles v2.4.0
MC Client, Fabric, 1.21.4
Release 2026-06-06 Get
[fabric/1.21.5] Inventory Particles v2.4.0
MC Client, Fabric, 1.21.5
Release 2026-06-06 Get
[fabric/1.21.8] Inventory Particles v2.4.0
MC Client, Fabric, 1.21.8
Release 2026-06-06 Get
[fabric/1.21.10] Inventory Particles v2.4.0
MC Client, Fabric, 1.21.10
Release 2026-06-06 Get
[fabric/1.21.11] Inventory Particles v2.4.0
MC Client, Fabric, 1.21.11
Release 2026-06-06 Get
[fabric/26.1-26.1.2] Inventory Particles v2.4.0
MC Client, Fabric, 26.1, 26.1.1, 26.1.2
Release 2026-06-06 Get
[neoforge/1.21.1] Inventory Particles v2.4.0
MC Client, 1.21.1, NeoForge
Release 2026-06-06 Get
[neoforge/1.21.10] Inventory Particles v2.4.0
MC Client, NeoForge, 1.21.10
Release 2026-06-06 Get
[neoforge/1.21.11] Inventory Particles v2.4.0
MC Client, NeoForge, 1.21.11
Release 2026-06-06 Get
[neoforge/26.1-26.1.2] Inventory Particles v2.4.0
MC Client, NeoForge, 26.1, 26.1.1, 26.1.2
Release 2026-06-06 Get
[forge/1.20.1] Inventory Particles v2.4.0
MC Client, 1.20.1, Forge
Release 2026-06-06 Get
[fabric/1.20.1] Inventory Particles v2.3.0
MC Client, Fabric, 1.20.1
Release 2026-05-26 Get
[fabric/1.21.1] Inventory Particles v2.3.0
MC Client, Fabric, 1.21.1
Release 2026-05-26 Get
[fabric/1.21.4] Inventory Particles v2.3.0
MC Client, Fabric, 1.21.4
Release 2026-05-26 Get
[fabric/1.21.5] Inventory Particles v2.3.0
MC Client, Fabric, 1.21.5
Release 2026-05-26 Get
[fabric/1.21.8] Inventory Particles v2.3.0
MC Client, Fabric, 1.21.8
Release 2026-05-26 Get
[fabric/1.21.10] Inventory Particles v2.3.0
MC Client, Fabric, 1.21.10
Release 2026-05-26 Get
[fabric/1.21.11] Inventory Particles v2.3.0
MC Client, Fabric, 1.21.11
Release 2026-05-26 Get
[fabric/26.1] Inventory Particles v2.3.0
MC Client, Fabric, 26.1, 26.1.2
Release 2026-05-26 Get
[neoforge/1.21.1] Inventory Particles v2.3.0
MC Client, 1.21.1, NeoForge
Release 2026-05-26 Get
[neoforge/1.21.10] Inventory Particles v2.3.0
MC Client, NeoForge, 1.21.10
Release 2026-05-26 Get
[neoforge/1.21.11] Inventory Particles v2.3.0
MC Client, NeoForge, 1.21.11
Release 2026-05-26 Get
[neoforge/26.1] Inventory Particles v2.3.0
MC Client, NeoForge, 26.1, 26.1.1, 26.1.2
Release 2026-05-26 Get
[forge/1.20.1] Inventory Particles v2.3.0
MC Client, 1.20.1, Forge
Release 2026-05-26 Get
[fabric/1.20.1] Inventory Particles v2.2.0
MC Client, Fabric, 1.20.1
Release 2026-05-24 Get
[fabric/1.21.1] Inventory Particles v2.2.0
MC Client, Fabric, 1.21.1
Release 2026-05-24 Get
[fabric/1.21.4] Inventory Particles v2.2.0
MC Client, Fabric, 1.21.4
Release 2026-05-24 Get
[fabric/1.21.5] Inventory Particles v2.2.0
MC Client, Fabric, 1.21.5
Release 2026-05-24 Get

More from LopyTwich

Slash Portal
997
DitheringLib
98
Inventory Interactions
77,217
Particle Effects
6,593,613
Item Dithering
52
Specific Slots
487

You Might Also Like

Thaumon
Thaumcraft-inspired decoration blocks for modern Minecraft
9,980,238
Handcrafted
Make your house a home!
99,029,678
Fancy Block Particles - Renewed
3D Digging Particles! Original mod by MorphoxL
997,906
Door(s) Coupling [FABRIC]
Couplings for Fabric 1.16
993,161
I Like Wood
This mod adds wood variants to blocks that should have them but don't and new wooden blocks.
992,209
Addendum (Fabric)
Adding new blocks to fit your ender palette! Port of Additional Ender Blocks by cleverpanda714.
991,763