Exclusions Lib
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #516 of 983 fabric mods in this game by downloads
📋 About This Mod
A library for giving you more levers to use in vanilla json files.
Everything here is only needed on the server, and not the client, so feel free to build your datapacks based off of this!
Current Features: -A new block predicate, `exclusions_lib:overlaps_structure`: This predicate will take a block position (adjusted by an optional `offset` field, like most other predicates), and optionally a `structures` and/or `range`, and check whether it would overlap a structure. With a structures field, it only checks for certain structures, and with a value for a range (max 32), it will instead check an area around the position.
Use this to stop features from being placed overlapping structures! Or maybe you'd want an ore that only generates near a certain structure?
- Tag Exclusions (NOT IN NEOFORGE VERSION AS NEO ALREADY HAS THESE BUILT IN):
- Basically a blacklist field for tags. Want to make a tag that contains everything in `#minecraft:small_flowers`, except for wither roses? But you still want it to be compatible with every other mod that would add new flowers? Just add wither roses with its "excluded" field set to true, and now you've made a "normal flowers" tag! Is very powerful, allowing you to do all sorts of things, like removing other mod's edge case items from your own tags, while still keeping their item in the common tag you're pulling from, or even straight up removing entries from other mods' tags (or vanilla) yourself!
Example Usage, for a tag that will contain everything in #minecraft:small_flowers, EXCEPT for wither roses, along with a couple other things:
```{ "values": [ "#minecraft:small_flowers", { "id": "minecraft:wither_rose", "excluded": true }, "minecraft:apple", "minecraft:waxed_exposed_cut_copper_stairs" ] }```
📊 Mod Details
- Game
- Minecraft Mods
- Author
- Athebyne
- Version
- 1.1.0-NEO
- Downloads
- 52,273
- Endorsements
- 10
- Category
- fabric
- Created
- 9/25/2024
- Updated
- 1/21/2026
- Game Versions
- 1.21.1
- Tags
- library
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Exclusions Lib support?
The author lists 1.21.1. Other versions may work but are untested by the author.
What is the latest version of Exclusions Lib?
Version 1.1.0-NEO, published 2026-01-21 with 52,273 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await