Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
10.2.3
Beta
[Fabric 1.20.1] 10.2.33 years ago 74.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
10.2.3
- new publish script
10.2.1
- oops
10.2.0
- fix: Game crashes if Continuity's resource pack is enabled (#340)
- fix: snow melting on stairs even if it does not meet conditions
- fix: 8-layer snow blocks do not melt with light sources (#307)
- fix: issues related to falling snow
- fix: fall damage
- fix: snow layers prevent 2x2 tree growth (#284)
- refactor: snow accumulation rework
- feat: finish snow accumulation. fix a bunch of issues
- fix: fancy normal snow being removed when placing block
- feat: fancySnowOnUpperSlab
- feat: multiple layers on fences, walls and fence gates
- .
9.2.0
- fix: incompatibility with ModernFix and Continuity (#321, #337)
- fix: snow variants option not taking effect immediately in game
- fix: cherry leaves are snow loaggable (#339)
9.1.2
- chore: tag parity
9.1.0
- fix: remove block tag checks because too many mods do not obey this (#329)
- use a different file extension
- Merge pull request #326 from SettingDust/1.20-fabric
- feat(data): support Region Unexplored by using block tags
- chore: able to import project without tokens
- .
9.0.4
- fix: SnowBlockCoveredEntity causes lag when saving state/NBT during chunk unloading (#310)
- fix: unexpected reference of Jade's logger
- .
9.0.3
- Merge branch '1.20-fabric' of https://github.com/Snownee/SnowRealMagic into 1.20-fabric
9.0.2
- fix: compatibility with Carpet TIS Addition. avoid using Overwrite annotations
- Merge pull request #311 from FITFC/1.20-fabric
- Added lang/pt_br
- Merge pull request #308 from mpustovoi/mp
- Update ru_ru.json
- Merge pull request #303 from unroman/patch-1
- Update uk_ua.json
- update issue template
Optional dependencies
Any compatible version
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:iJNje1E8:eNt5cULd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iJNje1E8:eNt5cULd"
}

