
Universal Blocking
🗸 Ultimate server-side control mod for Minecraft. Block any item, block, craft, or mob spawn using 11 configurable flags, wildcards, and tags. Hide items from Creative tabs and JEI and etc.
- Загрузки
- 4K
- Подписчики
- 26
- Обновлён
- 7 июня 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 8 марта 2025 г.
English
Control your world. Restrict everything.
- Universal Blocking — complete authority over items, blocks, and entities.
- Requires Architectury API (Forge & Fabric)
- 📺 Video Review (v1.0): YouTube Shorts
🏆 Support the Author
- 🎯 Boosty
🎮 About the mod
Universal Blocking is a powerful server-side tool that gives you absolute control over what can and cannot exist in your Minecraft world. Whether you're running a hardcore SMP, a custom modpack, or an adventure map — this mod lets you restrict any item, block, craft, mob, or interaction with surgical precision.
Define rules using specific IDs, wildcard patterns (minecraft:*ore*, *:tools), or tags (forge:ingots, minecraft:logs). Each rule can combine multiple flags to achieve exactly the behavior you need.
🚩 11 Powerful Flags
| Flag | Name | Description |
|---|---|---|
| ⚔️ D | Damage | Prevents attacking with this item |
| 🖱️ U | Use | Blocks right-click usage |
| 📦 I | Interface | Prevents opening block GUIs |
| 🧱 P | Placement | Blocks block placement |
| ⛏️ B | Break | Prevents breaking blocks (tool or block) |
| 🛡️ A | Armor | Prevents wearing armor (auto-drops it) |
| 🗑️ Z | Delete | Removes from inventory, chests & drops |
| 🔨 C | Craft | Completely blocks crafting (any method) |
| 🔓 Q | Unlock | Exception — exempts from other rules |
| 🔄 R | Replace | Replaces block in the world (air/custom) |
| 👁️ T | Creative Tab | Hides from Creative + JEI/REI |
📋 Usage Examples
{
"item_blocked": [
"minecraft:diamond_sword D",
"minecraft:diamond Z",
"minecraft:stick D U P B",
"minecraft:sand R",
"minecraft:dirt R!minecraft:gold_block",
"minecraft:netherite_pickaxe Q"
],
"tag_blocked": [
"*:swords D",
"forge:tools B",
"minecraft:wool R!minecraft:stone",
"minecraft:* T"
],
"entity_blocked": [
"minecraft:zombie",
"*:bee",
"*:cow 5"
]
}
🐾 Mob Control
- Complete block:
"minecraft:zombie"— zombies can't spawn at all - Population limit:
"*:cow 5"— maximum 5 cows per dimension (excess despawns) - Bees still exit hives to prevent sound spam, but instantly despawn
⌨️ Commands (OP Level 2)
/ub reload— Reload config, rebuild Creative tabs & JEI, trigger block replacement/ub tagitem— Show all tags of item in main hand/ub tagall— List tags of every item in your inventory
✨ Features
- ✅ Forge & Fabric support via Architectury API
- ✅ Wildcard patterns (
*:*,modid:*prefix*,*:suffix) - ✅ Tag-based rules (any mod's item/block tags)
- ✅ Mob population limits per dimension
- ✅ Auto block replacement in the world (diagonal-aware)
- ✅ JEI integration (blocked items hidden automatically)
- ✅ JSON config with pretty-printing
- ✅ Hot reload without server restart
- ✅ Template file (
universal_blocking_template.txt) with full documentation in EN/RU - ✅ Q flag — create exceptions from broader tag rules
📋 Config Location
config/universal_blocking.json — created automatically on first run with examples.
🌐Third-party hosting
You are not allowed to host the mod on third-party resources. You can post news about the mod, but you must link to this mod page for downloading (or link to the download address from modrinth).
Русский
Контролируй свой мир. Ограничивай всё.
- Universal Blocking — полный контроль над предметами, блоками и сущностями.
- Требуется Architectury API (Forge и Fabric)
- 📺 Видео обзор (v1.0): YouTube Shorts
🏆 Поддержать автора
- 🎯 Boosty
🎮 О моде
Universal Blocking — мощный серверный инструмент, который даёт вам абсолютный контроль над тем, что может и не может существовать в вашем мире Minecraft. Хардкор SMP, кастомная сборка или приключенческая карта — этот мод позволяет ограничить любой предмет, блок, крафт, моба или взаимодействие с хирургической точностью.
Создавайте правила по конкретным ID, маскам (minecraft:*ore*, *:tools) или тегам (forge:ingots, minecraft:logs). Каждое правило может комбинировать несколько флагов для получения нужного поведения.
🚩 11 мощных флагов
| Флаг | Название | Описание |
|---|---|---|
| ⚔️ D | Урон | Запрещает атаковать этим предметом |
| 🖱️ U | Использование | Блокирует ПКМ |
| 📦 I | Интерфейс | Запрещает открытие GUI блоков |
| 🧱 P | Размещение | Запрещает ставить блок |
| ⛏️ B | Ломание | Запрещает ломать блоки (инструмент или сам блок) |
| 🛡️ A | Броня | Запрещает носить броню (авто-сброс) |
| 🗑️ Z | Удаление | Удаляет из инвентаря, сундуков и дропа |
| 🔨 C | Крафт | Полностью блокирует крафт (любой способ) |
| 🔓 Q | Разблокировка | Исключение из других правил |
| 🔄 R | Замена | Заменяет блок в мире (на воздух/другой блок) |
| 👁️ T | Креатив | Скрывает из креатива + JEI/REI |
📋 Примеры использования
{
"item_blocked": [
"minecraft:diamond_sword D",
"minecraft:diamond Z",
"minecraft:stick D U P B",
"minecraft:sand R",
"minecraft:dirt R!minecraft:gold_block",
"minecraft:netherite_pickaxe Q"
],
"tag_blocked": [
"*:swords D",
"forge:tools B",
"minecraft:wool R!minecraft:stone",
"minecraft:* T"
],
"entity_blocked": [
"minecraft:zombie",
"*:bee",
"*:cow 5"
]
}
🐾 Контроль мобов
- Полная блокировка:
"minecraft:zombie"— зомби вообще не спавнятся - Лимит популяции:
"*:cow 5"— максимум 5 коров на измерение (лишние исчезают) - Пчёлы всё ещё вылетают из ульев (чтобы не было спама звуков), но мгновенно исчезают
⌨️ Команды (OP 2 уровня)
/ub reload— Перезагрузить конфиг, пересобрать креатив и JEI, запустить замену блоков/ub tagitem— Показать все теги предмета в главной руке/ub tagall— Вывести теги всех предметов в инвентаре
✨ Особенности
- ✅ Поддержка Forge и Fabric через Architectury API
- ✅ Wildcard-маски (
*:*,modid:*prefix*,*:suffix) - ✅ Правила по тегам (любые теги предметов/блоков)
- ✅ Лимиты популяции мобов на измерение
- ✅ Авто-замена блоков в мире (с учётом диагоналей)
- ✅ Интеграция с JEI (заблокированные предметы скрываются автоматически)
- ✅ JSON конфиг с красивым форматированием
- ✅ Горячая перезагрузка без рестарта сервера
- ✅ Файл-шаблон (
universal_blocking_template.txt) с полной документацией на EN/RU - ✅ Флаг Q — создание исключений из широких правил по тегам
📋 Расположение конфига
config/universal_blocking.json — создаётся автоматически при первом запуске с примерами.
🌐Сторонние размещения
Вы не имеете права размещать мод на сторонних ресурсах, вы можете разместить новость о моде, но обязательно ссылаться на эту страницу мода для загрузки. (или ссылаться на ссылку адреса скачивания с modrinth)
Ченджлог
5.0Релиз1.21.1 · 7 июня 2026 г.
Parity between Forge Fabric Neoforge versions starting from mod version 5.0
(Configurations are completely identical, you can move them between builds)
5.0Релиз1.21.1 · 7 июня 2026 г.
Parity between Forge Fabric Neoforge versions starting from mod version 5.0
(Configurations are completely identical, you can move them between builds)
5.0Релиз1.20.1 · 6 июня 2026 г.
Update 5.0 EN
- Full code rewrite — mod rewritten from scratch using Architectury API
- Cross-platform support — now works identically stable on both Forge and Fabric (previously had differences and bugs due to separate implementations)
- Optimization — reduced server load
- New mob blocking system — added
entity_blockedarray to config - Mob population limits — can now limit the number of mobs per dimension (e.g.,
"*:cow 5"allows max 5 cows) - Improved T flag — now correctly hides items from Creative tabs and JEI
- Improved C flag — completely blocks crafting by any method (LMB, Shift+Click, drop)
- Improved R flag — enhanced block replacement performance, now less FPS/TPS drops
- Auto GUI refresh — Creative tabs and JEI update instantly after
/ub reload - JSON config — replaced TOML with more user-friendly JSON with pretty-printing
- Template file — added
universal_blocking_template.txtwith full EN/RU documentation
Обновление 5.0 RU
- Полная переделка кода — мод переписан с нуля с использованием Architectury API
- Кроссплатформенность — теперь работает одинаково стабильно на Forge и Fabric (раньше были различия и баги из-за разных реализаций)
- Оптимизация — снижена нагрузка на сервер
- Новая система блокировки мобов — добавлен массив
entity_blockedв конфиге - Лимиты популяции мобов — теперь можно ограничить количество мобов на измерение (например,
"*:cow 5"разрешит максимум 5 коров) - Улучшен флаг T — теперь корректно скрывает предметы из креативных вкладок и JEI
- Улучшен флаг C — полностью блокирует крафт любым способом (ЛКМ, Shift+Click, выброс)
- Улучшен флаг R — улучшена работа замены блоков, теперь меньше просадок в FPS/TPS
- Автообновление GUI — креативные вкладки и JEI обновляются мгновенно после
/ub reload - JSON конфиг — заменён TOML на более удобный JSON с pretty-printing
- Файл-шаблон — добавлен
universal_blocking_template.txtс полной документацией на EN/RU
5.0Релиз1.20.1 · 6 июня 2026 г.
Update 5.0 EN
- Full code rewrite — mod rewritten from scratch using Architectury API
- Cross-platform support — now works identically stable on both Forge and Fabric (previously had differences and bugs due to separate implementations)
- Optimization — reduced server load
- New mob blocking system — added
entity_blockedarray to config - Mob population limits — can now limit the number of mobs per dimension (e.g.,
"*:cow 5"allows max 5 cows) - Improved T flag — now correctly hides items from Creative tabs and JEI
- Improved C flag — completely blocks crafting by any method (LMB, Shift+Click, drop)
- Improved R flag — enhanced block replacement performance, now less FPS/TPS drops
- Auto GUI refresh — Creative tabs and JEI update instantly after
/ub reload - JSON config — replaced TOML with more user-friendly JSON with pretty-printing
- Template file — added
universal_blocking_template.txtwith full EN/RU documentation
Обновление 5.0 RU
- Полная переделка кода — мод переписан с нуля с использованием Architectury API
- Кроссплатформенность — теперь работает одинаково стабильно на Forge и Fabric (раньше были различия и баги из-за разных реализаций)
- Оптимизация — снижена нагрузка на сервер
- Новая система блокировки мобов — добавлен массив
entity_blockedв конфиге - Лимиты популяции мобов — теперь можно ограничить количество мобов на измерение (например,
"*:cow 5"разрешит максимум 5 коров) - Улучшен флаг T — теперь корректно скрывает предметы из креативных вкладок и JEI
- Улучшен флаг C — полностью блокирует крафт любым способом (ЛКМ, Shift+Click, выброс)
- Улучшен флаг R — улучшена работа замены блоков, теперь меньше просадок в FPS/TPS
- Автообновление GUI — креативные вкладки и JEI обновляются мгновенно после
/ub reload - JSON конфиг — заменён TOML на более удобный JSON с pretty-printing
- Файл-шаблон — добавлен
universal_blocking_template.txtс полной документацией на EN/RU
4.0Релиз1.19.2 · 19 июля 2025 г.
- 1.19.2 not support T
4.0Релиз1.20.1 · 19 июля 2025 г.
Update 4.0
- The code has been completely rewritten.
- removed mob blocking
- some flags have been rewritten
- Flag H replaced with flag C
- Flag Y added to flag Z
- The R flag has been completely rewritten and optimized to the maximum extent.
- For more details see the config
3.0Релиз1.20.1 · 14 мая 2025 г.
Update 3.0
- Added Wildcard support *
*- any mod_id:*- any item."*:*"- means everything"minecraft:*axe*"- all items where "axe" is present will be removed."*:*axe*"- all items from all mods where "axe" is present will be removed.
3.1Релиз1.21.1 · 11 апреля 2025 г.
Added flag Y which removes the drop. You can't drop this item, it will be deleted. Also works with any blocks that want to drop the item.
Комментарии
Загружаем…