Download Inventory Particles — Minecraft Mods — MetaMods
Inventory Particles

Inventory Particles

Active

Downloads

0

Last update

1 month ago

Versions

1.20.1 — 1.21.8
Client
Fabric
Decor
Game mechanics
Storage
Utils

Inventory Particles

Description Title

Inventory Particles is a visual Fabric mod that adds numerous new particles for your inventory items! With it, you can make your inventory more lively and dynamic! And all of this works completely client-side.

In-game Showcase

Statistics: 1300+ textures, 800+ areas, 400+ configurations

Particle Examples

Arrow Bedrock Campfire Carrot Diamond Disc Honey Key Lava Potato Potion Pufferfish Sculk Snow Totem Blaze Command Light Note Shell Spore Stand TNT Water Wool

Decorative separator

Customization

Configurable Title

All particles in Inventory Particles are data-driven! This means you can add new particles simply by using resource packs and basic configurations!

You can customize:

  • Physics (acceleration, braking, impulses, etc.)
  • Rotation (actual and visual)
  • Sizes (+ animations)
  • Colors (+ animations)
  • Textures (+ animations)
  • Holders (items from which particles will spawn)
  • Spawn area (with additional texture)
  • Lifetime (in ticks)
  • And other little things ^^

Unfortunately, we haven't had time to create a wiki yet, so for now you'll have to figure it out yourself 😅

Example Configuration 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] } } } } }

Decorative separator

Showcase

Project members
LopyMine

LopyMine

Developer

LopyTwich

LopyTwich

kovrik337

kovrik337

Developer

Created: 1 Sep 2025

ID: 262379