1.0.0
Compatibility
Required content
Changes
Original mod by Helinos
This is an update.
Important
This is last update that uses blocks, with the next update most block will be removed. The mod will instead use chunk data to represent the individual blocks. This would make the mod both more compatable with other as well as easy to remove from once forever world.
Changes:
- The entire project was overhault. Each block has been given a new id, so existing block might no longer exists. It is adviced to remove snowlayer block from before.
- Support for leave and slate layer was added.
- Layer block can now be placed on top of full layered blocks, such a snow covered stairs.
- Updated the mod infrastructure.
- Command to removed snowed in blocks.
- Gate can nolonger be closed when snowed in
- Each item has now a proper description, inventory icon and name, so waila displays the information correctly
- Aether support, DEEP support.
Bugfixes:
- Fence and FenceGate no longer loose the color when covered in snow.
- ZFighting in block like fence and fencegates was removed.
- so many bug that I have not dokumented, partialy caused by refactoring.
Dependecies
- BTA Babric >= 7.3_04 https://github.com/Turnip-Labs/bta-fabric-instance-repo/releases
- HalpLibe >= 5.1.2 https://github.com/Turnip-Labs/bta-halplibe/releases
Full Changelog: https://github.com/Redart15/More-Snow-Update-7.3_04/commits/1.0.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:7gOs1nii:g39rBvGg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7gOs1nii:g39rBvGg"
}


