Tags
Creators
Details
Licensed CC-BY-4.0
Published 2 years ago
Updated 3 months ago
All versions
0.12
Alpha
Tough Environment 0.12 - 1.21.111 months ago 1,023
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Added compatibility for BWT's aggregate slab blocks like(dirt, grass, etc.) to also loosen up compatible neighbouring dirt.
- Improved the dirt loosening mechanic to work exactly like it does in BTW.
- Refactored a bunch of code to make block mortaring logic work much better. It's now stored in the datapack of the mod, and should generally work much better.
- Fixed stone block flickering when breaking to other break levels to not happen anymore.
- Fixed loot tables for loose stone slabs to properly drop for both double slab breaks and explosion breaks.
- Fixed loot tables for diamond and emerald ore blocks to have fortune applied again.
- Fixed loot tables for stone and stone alternative type blocks to properly drop their loot for modern and advanced pickaxes.
- Changed block breaking modifications to use Fabric events instead of directly mixing into the Block class.
- Changed depleted(broken) stone blocks to not have break level anymore. This change will remain until I figure out how to properly implement the blockstate changing logic for converting blocks into their classes instead of it being called through the Fabric Block Break events.
- Updated the mod to Fabric API 0.116.6, Fabric Loader 0.17.2 & BTWR: Shared Library 0.58
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:sAUDpGlh:BohrS1p5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sAUDpGlh:BohrS1p5"
}


