All versions
0.8.0
Release
0.8.04 months ago 453
Compatibility
Minecraft: Java Edition
26.1.x
1.21.1
1.20.1
Platforms
Fabric
Forge
NeoForge
Supported environments
Client-side
Server-side
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
: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)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| registry-blocker-0.8.0-dev.jar | Unknown | 539.94 KiB | |
| registry-blocker-0.8.0-fabric-20.1.jar | Unknown | 114.64 KiB | |
| registry-blocker-0.8.0-fabric-21.1.jar | Unknown | 114.51 KiB | |
| registry-blocker-0.8.0-fabric-26.1.jar | Unknown | 114.08 KiB | |
| registry-blocker-0.8.0-forge-game.jar | Unknown | 115.57 KiB | |
| registry-blocker-0.8.0-neoforge-game-21.1.jar | Unknown | 118.72 KiB | |
| registry-blocker-0.8.0-neoforge-game-26.1.jar | Unknown | 122.32 KiB | |
| registry-blocker-0.8.0-sources.jar | Unknown | 66.24 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:uy92ImJL:RH5lhSbV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uy92ImJL:RH5lhSbV"
}

