Language

Registry Blocker

Registry Blocker

Modrinth

Blocking registries' entries from registration

3.0k downloads 9 followers updated 1mo ago
latest v0.8.0 Modrinth
Fabric Forge Neoforge Quilt 1.20 – 26.1.2

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"
    ]
}

Versions

Release
0.8.0
fabric, forge, neoforge · 1.20.1, 1.21.1, 26.1 · 1mo ago
### :sparkles: New Features - [`6ed3365`](https://github.com/SettingDust/RegistryBlocker/commit/6ed3365453386e811be4cabd53ae40db01a7624c) -…
157
Release
0.7.1
forge · 1.20.1 · 9mo ago
### :bug: Bug Fixes - [`a709918`](https://github.com/SettingDust/RegistryBlocker/commit/a70991879a52c80f1132d75accb67c7f934b1f2b) - avoid crash when blocking…
254
Release
0.7.1
fabric, neoforge · 1.20.1, 1.21, 1.21.1 · 9mo ago
### :bug: Bug Fixes - [`a709918`](https://github.com/SettingDust/RegistryBlocker/commit/a70991879a52c80f1132d75accb67c7f934b1f2b) - avoid crash when blocking…
462
Release
0.7.0
forge · 1.20.1 · 9mo ago
### :sparkles: New Features - [`c48d6af`](https://github.com/SettingDust/RegistryBlocker/commit/c48d6af37c149ef50daee23b7ddff040a05e935e) - add support forge…
28
Release
0.7.0
fabric, neoforge · 1.20.1, 1.21, 1.21.1 · 9mo ago
### :sparkles: New Features - [`c48d6af`](https://github.com/SettingDust/RegistryBlocker/commit/c48d6af37c149ef50daee23b7ddff040a05e935e) - add support forge…
152
Release
0.6.0
forge · 1.20.1 · 9mo ago
### :recycle: Refactors - [`cf63aa3`](https://github.com/SettingDust/RegistryBlocker/commit/cf63aa3ee8679c23d530737af6d2efa0a75e30a8) - rewrite wit cloche…
34
Release
0.6.0
fabric, neoforge · 1.20.1, 1.21, 1.21.1 · 9mo ago
### :recycle: Refactors - [`cf63aa3`](https://github.com/SettingDust/RegistryBlocker/commit/cf63aa3ee8679c23d530737af6d2efa0a75e30a8) - rewrite wit cloche…
123
Release
0.5.3
fabric · 1.20.1, 1.20.2, 1.20.3 · 19mo ago
### :bug: Bug Fixes - [`e74aa7e`](https://github.com/SettingDust/RegistryBlocker/commit/e74aa7e5da31ab2f45acd10a326472b093fc49bc) - don't include the kinecraft…
260
Release
0.5.2
fabric · 1.20.1, 1.20.2, 1.20.3 · 19mo ago
### :bug: Bug Fixes - [`e6b3c1f`](https://github.com/SettingDust/RegistryBlocker/commit/e6b3c1f460e7ca3c6f9d1c6ffd538608f6f26a17) - don't use the same refmap…
143
Release
0.5.1
fabric · 1.20.1, 1.20.2, 1.20.3 · 20mo ago
### :bug: Bug Fixes - [`9dbe24d`](https://github.com/SettingDust/RegistryBlocker/commit/9dbe24dd9cad84ef1779d42a83c76632e39ce316) - wrong version range…
171
Release
0.5.0
fabric · 1.20.1, 1.20.2, 1.20.3 · 20mo ago
### :sparkles: New Features - [`376cf03`](https://github.com/SettingDust/RegistryBlocker/commit/376cf03056751bfda6602290dc185fa5a3f98f8a) - working on 1.20.1 +…
171
Release
0.4.0
fabric · 1.21 · 24mo ago
### :recycle: Refactors - [`7f0dbc6`](https://github.com/SettingDust/RegistryBlocker/commit/7f0dbc654a0aaf0a8967a93b65b0f5d5aa178ee7) - port to 1.21 *(commit…
114

Comments 0

No comments yet. Be the first to share your thoughts.