All versions
1.1.0
Release
OneBlock CraftBound: Classic 1.1.0last month 1,096
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
CraftBound OneBlock 1.1.0
Changed
- Soul Remnant overhaul: no longer wanders as an entity — it's now a stationary, particle-only marker, staying visible until collected
- Soul Remnant recovery is now completely free (no more "bring something common" requirement)
- Soul Remnant marker now keeps a minimum 35-block distance from your island
- Soul Remnant decay retuned to match its short spawn distance: common items are lost after 45 seconds (was 10 minutes), tools/valuables after 3 minutes (was 25), armor plus the marker itself after 6 minutes (was 45) — decay still prioritizes common items first, armor last
- Soul Remnant is now much easier to spot in the void: denser, larger particles with a periodic pulse, in a darker tone that still stands out against the black
- Villager trades expanded: 6 trades per phase instead of 4, and trades stay available longer
- Dirt is now purchasable from villagers starting in the Stone Caves phase
- Moss added to the villager trade pool
- Perks tab now explains where perk points come from
- Perk tree reworked into real branches with prerequisites (3 root paths: Swift Strides, Thick Skin, Efficient Miner)
- Leaves added to the Starter phase's block pool; saplings removed from general chest loot (Sapling Kit renamed and refilled instead)
- Bee Nest completely removed from the block pool
- Reward-chest and post-break-event frequency roughly halved (lower chance, longer cooldown)
Fixed
- Fixed players occasionally falling through the world / getting stuck when a reward chest appeared (including a related farmland-specific fall bug)
- Fixed the camera snapping to face north when a reward chest appeared
- Fixed a brief flash of empty air before a broken block's replacement appears
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:75oyVze0:SxDCil6G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:75oyVze0:SxDCil6G"
}

