Links
Tags
Creators
Details
1.1.0+8.0.1
Compatibility
Required content
Changes
📢 Important:
In my infinite wisdom, I completely forgot about block IDs and redesigned the mod without taking them into account. As a result, whenever a new block of the Slabs, Stairs, Fences, Fence Gates, or Flowers types was added, some of the existing layered block IDs would get shifted.
Could this be fixed? Yes. Should it be fixed? Probably not.
Since this mod already adds a ton of blocks, I’ve decided to make UselessNumerical a dependency for the mod instead. This should prevent block ID from becoming an issue going forward.
To migrate correctly to 8.0.1 you would need to do the following steps.
- Install UselessNumerical in 7.3_04.
- Load all world you want to migrate to 7.3_04.
- Save the worlds.
- Migrate to 8.0.1
- Install UselessNumerical and More Snow for 8.0.1
- Load the world.
- Read the screen carefully. Reload the game if UselessNumerical Warning Screen pop up.
- Skipping and loading the world without properly migrating will remove or replace existing layered blocks
✏️ Changes:
- requires now UselessNummerical

➕ Additions:
- Ashen Layer for Slabs, Stairs, Fences, Fencegate and Flowers.
- Ashe from burning block can also deposite on Slabs, Stairs, Fences, Fencegate and Flowers.
- In Nether Old World Biome Bone, Bolder and Soulcatcher generate as ashen layered.
- During fall leave piles can accumulate on Slabs, Stairs, Fences, Fencegate and Flowers.
- Layered leaves block placed by autumn fall will decay overtime.
- Layered flowers blocks can now be stacked.
- Layered bolder can set player on fire if not full covered.
🐛 BugFix:
- When snow accumulated on a floating fence, no block below, the fence would be dublicated and placed at the next solid block. This could replace bedrock.
- Upside down stairs can no longer be rotated by layering them.
- Upper slab can no longer be rotated by layering them.
- Placing layered block by hand places them with the metadata of the item rather than with 0.
🔗 Dependecies
- BTA Babric >= 8.0.1 https://github.com/Turnip-Labs/bta-fabric-instance-repo/releases
- HalpLibe >= 6.1.4 https://github.com/Turnip-Labs/bta-halplibe/releases
- UselessNumerical >= 1.1.1 https://modrinth.com/mod/bta-uselessnumerical
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:Rb6doRcG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7gOs1nii:Rb6doRcG"
}

