Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last year
All versions
1.2.0
Release
Final Beta - b1.7.3 - 1.2.02 years ago 352
Uploaded by
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
Fabric
Supported environments
Singleplayer only
Changes
1.2.0
Quality of Life changes
- Added SFX when climbing ladders
- Slab recipes will now give 2 slabs per block (totaling 6 slabs for 3 blocks)
- Shovels not being effective on soul sand
- Ghasts hit by fireballs reflected at them will die in 1 hit, and the kill will correctly add to the player's statistics
- Cardinal direction now shown in the F3 debug text
Minecarts
- Increased Minecarts maximum speed by 25%
- Increased the speed boost powered rails give by 15%
- Furnace minecarts can now push the first minecart they come in contact with
- Furnace minecarts will now load chunks around them while moving, this can be paired with the above feature to push chest minecarts with materials to the end of the tracks
Config
- New config options for:
- Giving 2 slabs per block recipe
- Shovel effectiveness
- Ghasts dying in 1 hit by their own projectile
- Disabling fences from visually connecting with nearby solid blocks
- Doesn't care about the slim hitboxes config, if that's enabled then you'll have slim fences that don't visually connect with nearby blocks
- Minecart maximum speed
- Minecart speed boost from powered rails
- Furnace minecarts pushing minecarts in front of them
- Furnace minecarts loading chunks while traveling
- Slimes always splitting when killed
- Cloud height config, also present in the Video Settings as a slider
Fixes
- Fixed an issue where placing an item of a different type in the crafting table while repairing items lead to the item of a different type being destroyed when repairing the item
- Furnace minecarts will now drop the yet unused excess coal stored in them when destroyed, similar to how furnaces work
- Fixed slimes not splitting if their HP drops below 0
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:CBSObFqh:PQp5DDhg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CBSObFqh:PQp5DDhg"
}

