
Barricade
A mod that implements more specific barriers.
Обновлён 11 мая 2026 г. · опубликован 13 августа 2024 г.
Barricade
Barricade is a mod that implements more barrier types meant for use within Mod Garden events. Although it is free for other mapmakers to use too.
This mod may also change barrier and light block rendering, to be friendlier to directional based barriers.
You can enable/disable the above by applying/removing the Barricade Rendering resource pack.
Client-side Only
This mod is able to run on clients without having it on the server. When run like this, the mod will only apply the rendering functionalities to any block with the barricade:operator loader json.
If you wish to implement this model type for your own barriers in a resource pack, copy from the models found in the mod's source.
You may specify which items activate rendering by adding/modifying json found in assets/<namespace>/barricade/operator_blocks.
The Barriers
This mod adds three barrier block types, Directional, Predicate, and Advanced Barrier blocks.
Directional barriers block movement from specific directions, whereas entity barriers block entities that meet the predicate specified by the block.
All items may be accessed through the /give command or through the Operator Utilities creative menu tab.
Default Directional Barriers
barricade:down_barrier- Blocks out entities from below.barricade:up_barrier- Blocks out entities from above.barricade:east_barrier- Blocks out entities from the east.barricade:west_barrier- Blocks out entities from the west.barricade:north_barrier- Blocks out entities from the north.barricade:south_barrier- Blocks out entities from the south.barricade:horizontal_barrier- Blocks out entities from all horizontal directions.barricade:vertical_barrier- Blocks out entities from all vertical directions.
Default Predicate Barriers
barricade:hostile_barrier- Blocks out mobs considered hostile, and neutral mobs that are more-so hostile.barricade:mob_barrier- Blocks out all non player entities.barricade:passive_barrier- Blocks out mobs considered passive, and neutral mobs that are more-so passive.barricade:player_barrier- Exclusively blocks out players.barricade:creative_only_barrier- Blocks out non-creative players.
Advanced Barrier
The Advanced Barrier is a block entity based barrier that can be both directional and predicated.
What an Advanced Barrier will do can be modified by specifying an Advanced Barrier JSON inside /data/<namespace>/barricade/advanced_barrier/<path>.json.
You may add this advanced barrier to your JSON with the id as the value of the barricade:advanced_barrier component.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 3.0.0-beta.4+26.1.2 | Бета | 26.1, 26.1.1, 26.1.2 | fabric | 11 мая 2026 г. | Скачать (1013 КБ) |
| 3.0.0-beta.3+26.1.1 | Бета | 26.1, 26.1.1, 26.1.2 | fabric | 9 мая 2026 г. | Скачать (1020 КБ) |
| 3.0.0-beta.2+26.1.1 | Бета | 26.1, 26.1.1, 26.1.2 | fabric | 9 мая 2026 г. | Скачать (1019 КБ) |
| 3.0.0-beta.1+26.1.1 | Бета | 26.1, 26.1.1, 26.1.2 | fabric | 9 мая 2026 г. | Скачать (1016 КБ) |
| 3.0.0-alpha.5+1.21.5-fabric | Альфа | 1.21.5 | fabric | 16 сентября 2025 г. | Скачать (368 КБ) |
| 3.0.0-alpha.4+1.21.5-fabric | Альфа | 1.21.5 | fabric | 15 сентября 2025 г. | Скачать (366 КБ) |
| 3.0.0-alpha.3+1.21.5-fabric | Альфа | 1.21.5 | fabric | 15 сентября 2025 г. | Скачать (365 КБ) |
| 3.0.0-alpha.2+1.21.5-fabric | Альфа | 1.21.5 | fabric | 7 сентября 2025 г. | Скачать (365 КБ) |
| 3.0.0-alpha.1+1.21.5-fabric | Альфа | 1.21.5 | fabric | 7 сентября 2025 г. | Скачать (364 КБ) |
| 2.0.7+1.21.1-neoforge | Релиз | 1.21.1 | neoforge | 15 апреля 2025 г. | Скачать (377 КБ) |
| 2.0.7+1.21.1-fabric | Релиз | 1.21.1 | fabric | 15 апреля 2025 г. | Скачать (370 КБ) |
| 2.0.6+1.21.1-fabric | Релиз | 1.21.1 | fabric | 14 апреля 2025 г. | Скачать (371 КБ) |
| 2.0.6+1.21.1-neoforge | Релиз | 1.21.1 | neoforge | 14 апреля 2025 г. | Скачать (378 КБ) |
| 2.0.5+1.21.1-neoforge | Релиз | 1.21.1 | neoforge | 7 апреля 2025 г. | Скачать (373 КБ) |
| 2.0.5+1.21.1-fabric | Релиз | 1.21.1 | fabric | 7 апреля 2025 г. | Скачать (366 КБ) |
Показаны последние 15 из 39 версий.
Ченджлог
3.0.0-beta.4+26.1.2Бета26.1, 26.1.1, 26.1.2 · 11 мая 2026 г.
Features
Bugfixes
- use of deprecated fabric api modules
- use of client-only code in common entrypoint
Removed
- Removed Tiny Pineapple
3.0.0-beta.3+26.1.1Бета26.1, 26.1.1, 26.1.2 · 9 мая 2026 г.
Features
Bugfixes
- flickering world when switching game modes or players joining
- unknown barricade in creative inventory
Removed
- Removed Tiny Pineapple
3.0.0-beta.2+26.1.1Бета26.1, 26.1.1, 26.1.2 · 9 мая 2026 г.
Features
Bugfixes
- Fixed data attachment desynchronization issue in multiplayer
Removed
- Removed Tiny Pineapple
3.0.0-beta.1+26.1.1Бета26.1, 26.1.1, 26.1.2 · 9 мая 2026 г.
Features
- Advanced Barriers are now called Barricades
- Barricades are now 100% data-driven with customizable item icons
- All Barriers have been merged into the new data-driven Barricade item
Bugfixes
Removed
- All previous Barricade barriers
- Removed Tiny Pineapple
3.0.0-alpha.5+1.21.5-fabricАльфа1.21.5 · 16 сентября 2025 г.
Features
- Barriers now fade visibility when a barrier item is equipped or unequipped
Bugfixes
- Barriers no longer flicker when interacted with
- Always render barriers when barrier visibility is enabled
Removed
- Removed Tiny Pineapple
3.0.0-alpha.4+1.21.5-fabricАльфа1.21.5 · 15 сентября 2025 г.
Features
Bugfixes
- Render buffers now close when removing a region instead of persisting.
- Barricade render regions are now cleared upon disconnecting or changing dimension.
Removed
- Removed Tiny Pineapple
3.0.0-alpha.3+1.21.5-fabricАльфа1.21.5 · 15 сентября 2025 г.
Features
Bugfixes
- Advanced Barrier rendering will no longer persist when the source block is broken
- Region baking causes a ConcurrentModificationException
- Dirty regions were not being removed when regions are removed, causing a memory leak
Removed
- Removed Tiny Pineapple
3.0.0-alpha.2+1.21.5-fabricАльфа1.21.5 · 7 сентября 2025 г.
Features
Bugfixes
- Barriers in negative block positions were not converted correctly
- Neighboring regions were not updated when a barrier block was modified
- Do not show barrier particles
Removed
- Removed Tiny Pineapple
Комментарии
Загружаем…



