HomeJavaModsResource Remover
Resource Remover
ModsJava

Resource Remover

by IAFEnvoy · on Modrinth

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.4–1.21.10 · Fabric⬇ Download for 1.20.5–1.21.3 · Fabric⬇ Download for 1.19.3–1.20.4 · Fabric⬇ Download for 1.21.4–1.21.10 · NeoForge⬇ Download for 1.20.5–1.21.3 · NeoForge⬇ Download for 1.19.3–1.20.1 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Resource Remover

A lightweight mod that prevents selected resource files from being loaded by the game. You configure which resources to block using two plain-text matcher files:

If a matcher file is missing or unreadable the mod will create an empty file automatically.

This mod is useful for:

How it works

Matcher rules and syntax

Examples

Client (assets.txt) examples

# block models
minecraft:models/block/*

# specific texture
my_mod:textures/gui/button.png

# regex example: any PNG under any namespace ending with _icon.png
.*_icon\.png$

Server/data (data.txt) examples

# all recipes in a namespace
my_mod:recipes/*

# exact datapack root file (if needed)
somepack:pack.mcmeta

Notes on matching behavior

Troubleshooting

If your matchers do not appear to take effect, ensure:

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more