Community listing page, reviews here may not be monitored by the author.
Container Blocker
No reviews yet
A lightweight Minecraft Fabric mod that prevents configured items from being placed into containers.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Required on the server. Installing it on the client adds functionality.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Container Blocker
A lightweight Minecraft Fabric mod that prevents configured items from being placed into containers. By default, it blocks the Ender Dragon Egg, but can be configured to block any item.
Features
- Configurable blocked items: Customize which items cannot enter containers via
config/blocked_items.json - Blocks manual placement: Prevents players from clicking blocked items into container slots (chests, barrels, hoppers, etc.)
- Blocks shift-clicking: Prevents players from shift-clicking blocked items from their inventory into containers
- Blocks hoppers: Prevents hoppers from transferring blocked items between containers
- Works with all containers: Applies to all container types including chests, barrels, shulker boxes, hoppers, and modded containers
- Player inventory allowed: Blocked items can still be moved within the player's own inventory and hotbar
Configuration
The mod creates a config/blocked_items.json file on first run. You can edit this file to customize which items are blocked:
{
"blockedItems": [
"minecraft:dragon_egg"
]
}
How it works
The mod uses Mixins to intercept item transfer methods
Technical Details
- Platform: Fabric
- Language: Java
- Minecraft Version: 1.21.2 and higher
Installation
- Ensure you have Fabric Loader and Fabric API installed
- Place the mod JAR file in your
.minecraft/modsfolder - Launch Minecraft
- Edit
config/blocked_items.jsonto configure blocked items (optional)
Container Blocker
A lightweight Minecraft Fabric mod that prevents configured items from being placed into containers. By default, it blocks the Ender Dragon Egg, but can be configured to block any item.
Features
- Configurable blocked items: Customize which items cannot enter containers via
config/blocked_items.json - Blocks manual placement: Prevents players from clicking blocked items into container slots (chests, barrels, hoppers, etc.)
- Blocks shift-clicking: Prevents players from shift-clicking blocked items from their inventory into containers
- Blocks hoppers: Prevents hoppers from transferring blocked items between containers
- Works with all containers: Applies to all container types including chests, barrels, shulker boxes, hoppers, and modded containers
- Player inventory allowed: Blocked items can still be moved within the player's own inventory and hotbar
Configuration
The mod creates a config/blocked_items.json file on first run. You can edit this file to customize which items are blocked:
{
"blockedItems": [
"minecraft:dragon_egg"
]
}
How it works
The mod uses Mixins to intercept item transfer methods
Technical Details
- Platform: Fabric
- Language: Java
- Minecraft Version: 1.21.2 and higher
Installation
- Ensure you have Fabric Loader and Fabric API installed
- Place the mod JAR file in your
.minecraft/modsfolder - Launch Minecraft
- Edit
config/blocked_items.jsonto configure blocked items (optional)
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources