Tags
Creators
Details
4.0.0+26.1.1-neoforge
Compatibility
Required content
Changes
OneBlock 4.0.0
This file is for NeoForge 26.1.1.
Make the OneBlock your own. Everything the block can spawn — blocks, items and mobs — is now yours to browse, tweak and rebuild. Existing worlds and break counts are safe.
- Dictionaries: browse every block, item, hostile and friendly mob the block can spawn — including modded ones — with live spawn chances, and toggle any entry off.
- Custom drop tables: replace the built-in progression with your own weighted lists.
- Tiers & break thresholds: give any entry a
tieror abreaksvalue so it only starts spawning after that many broken blocks — build your own progression. - One config file: everything lives in
config/oneblock.json. Use Export For Website in the admin menu, edit the file visually at codx.io/tools/one-block, drop it back in and hit Reload From File. - Admin actions and dictionary edits are operator-only.
- Fixes: modded blocks no longer spawn waterlogged (no more surprise water sources);
invisible modded multiblock parts can no longer become the OneBlock; silenced a
harmless
Display entitylog error on some versions.
CodxLib is required — install the build matching your Minecraft version and loader. On Fabric it must be 1.3.4 or newer.
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:necbGNtT:Cku0RhMA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:necbGNtT:Cku0RhMA"
}


