Перейти к содержимому
Mineforgian

Registry Blocker

Blocking registries' entries from registration

Загрузки
3K
Подписчики
9
Обновлён
11 мая 2026 г.
Лицензия
MIT

Опубликован 9 апреля 2024 г.

Change config in config/registry-blocker.json.
The key is registry identifier, the value is entry identifier.
Config should reload when reloading data packs.
There will be error in latest.log if the registry is referenced by another entry.

Recommend use with https://modrinth.com/mod/data-dumper to dump matched registry with tag or regex. . Recommend use with https://modrinth.com/mod/mod-sets to disable the developing mods in the published pack.

Use Case

  • Remove structures.
  • Remove items that needn't in the pack.
  • Disable structure sets and grouping all the structures in a few structure sets so that avoid overlapping.

Example

{
    // Since https://github.com/misode/mcmeta/blob/data-json/data/minecraft/worldgen/structure_set/pillager_outposts.json#L6 is requiring this entry. The world won't load
    "minecraft:worldgen/structure_set": [
        "minecraft:villages"
    ],
    "minecraft:block": [
        "minecraft:redstone_wire"
    ]
}

Ченджлог

0.8.0Релиз26.1, 26.1.1, 26.1.2 · 11 мая 2026 г.

:sparkles: New Features

  • 6ed3365 - ServerReloadCallback work (commit by @SettingDust)
  • a60c349 - add fzzy config for ingame config (commit by @SettingDust)
  • 585ff68 - add gametest for forge platforms (commit by @SettingDust)

:bug: Bug Fixes

  • c710446 - value handler don't refresh after changed key (commit by @SettingDust)

:recycle: Refactors

  • 8b34d4d - apply copier template (commit by @SettingDust)
  • 2ef2029 - copier from template (commit by @SettingDust)
  • a69df84 - copier from template for identifier (commit by @SettingDust)
  • f8e4450 - remove simple identifier & add codec (commit by @SettingDust)
  • 0fad507 - update blockedRegistries to use ValidatedDynamicMap (commit by @SettingDust)
  • df832fe - workinnnnnng (commit by @SettingDust)
  • 183b272 - move gametest to main sourceset (commit by @SettingDust)
  • a7a9ec7 - replace pre-filter mixins with register mixin for all versions (commit by @SettingDust)

:wrench: Chores

  • ccd148d - add new icon (commit by @SettingDust)
0.7.1Релиз1.20.1 · 15 сентября 2025 г.

:bug: Bug Fixes

  • a709918 - avoid crash when blocking element (commit by @SettingDust)
0.7.1Релиз1.20.1, 1.21, 1.21.1 · 15 сентября 2025 г.

:bug: Bug Fixes

  • a709918 - avoid crash when blocking element (commit by @SettingDust)
0.7.0Релиз1.20.1 · 15 сентября 2025 г.

:sparkles: New Features

  • c48d6af - add support forge and neoforge (commit by @SettingDust)
0.7.0Релиз1.20.1, 1.21, 1.21.1 · 15 сентября 2025 г.

:sparkles: New Features

  • c48d6af - add support forge and neoforge (commit by @SettingDust)
0.6.0Релиз1.20.1 · 15 сентября 2025 г.

:recycle: Refactors

  • cf63aa3 - rewrite wit cloche (commit by @SettingDust)
0.6.0Релиз1.20.1, 1.21, 1.21.1 · 15 сентября 2025 г.

:recycle: Refactors

  • cf63aa3 - rewrite wit cloche (commit by @SettingDust)
0.5.3Релиз1.21.1, 1.21.2, 1.21.3 · 21 ноября 2024 г.

:bug: Bug Fixes

  • e74aa7e - don't include the kinecraft serialization (commit by @SettingDust)

Комментарии

Загружаем…