Ender Chest Restrictor
Ender Chest Restrictor is a small Fabric mod that prevents configurable items from being stored in Ender Chests.
The restriction applies recursively, meaning items are also blocked if they are stored inside Shulker Boxes, Bundles, or any combination of nested containers. Items are not banned and can still be used, carried, and stored normally — they just cannot be placed into Ender Chests.
Features
- Configurable list of forbidden items
- Works with Shulker Boxes and Bundles (including nested contents)
- Affects only Ender Chests
- Server-side logic (cannot be bypassed by client mods)
- Minimal implementation using a single ScreenHandler mixin
- Compatible with modded items
Configuration
After the first launch, a config file will be generated at:
config/enderchestrestrictor.json
Example configuration:
{
"blockedItems": [
"minecraft:dragon_egg",
"minecraft:nether_star"
]
}
Add any valid item ID (vanilla or modded).
Changes require a restart.
Notes
- Items can still be stored in inventories, chests, Shulker Boxes, and Bundles
- Only Ender Chests are restricted
- Server-side installation is sufficient
Совместимость
Создатели
Детали
Лицензия:MIT
Опубликован:1 месяц назад
Обновлён:1 месяц назад

