HomeJavaModsMore Mining Stages
More Mining Stages
ModsJava

More Mining Stages

by axialeaa · on Modrinth

Adds more frames to the animated block breaking overlay!. Free Minecraft Java mod for 26.2.

⬇ Download on Modrinth

Vanilla and More Mining Stages comparison, block of netherrack being destroyed

fabric-api github kofi-singular discord-singular

More Mining Stages allows for full, resource-driven customization of the block breaking animation frames! It also contains a built-in resource pack which doubles the number of frames in the animation in a very vanilla-friendly style.

📂 Resource Pack Guide

Making a resource pack for More Mining Stages is very, very easy.

Under your assets/ directory, add a new folder called moreminingstages. Create a new JSON file inside that folder, and call it mining_stages. That file should have a single array object inside named "textures" which contains a list of texture locations.

In the following example, 3 frames have been added to the array. You can add as many frames as you'd like here: they will spread out evenly across the entire mining animation.

{
  "textures": [
    "block/destroy_stage_0", // vanilla reference with implicit namespace
    "minecraft:block/destroy_stage_1", // vanilla reference with explicit namespace
    "example_pack:my_texture" // non-vanilla reference for outside textures/block/
  ]
}

For what it's worth, this is the same JSON schema that is used for particle references!

More Mining Stages is a free Minecraft Java mod. Compatible with Minecraft 26.2. Downloaded 1 times (via Modrinth). Download it and open it directly in the game.

Explore more