All versions
7.681+1.19.2
Beta
v7.19.6813 years ago 2,617
Uploaded by
Compatibility
Minecraft: Java Edition
1.19โ1.19.2
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
- Tag lazor beams as air blocks so that trees can grow through them
- Added more inanimate entities to the screeper_immune tag; minecarts, armor stands, xp orbs
- The following only apply if you use a datapack to add spawners to the yttr:snareable block tag:
- Snared spawners will continue to tick, spawning mobs
- Snared spawners are no longer stable, breaking containment after ~2:20
- Removed some obsolete mixins and utilities now handled by Lib39
- Might fix networking jank
- New texture for carbon blocks
- Haemopal is now a piece of your soul
- Continuous Platform blocks are now broken with left-click, and break instantly if not immortal
- You can now replace your soul with soup
- Fixed lazor emitters being half waterloggable
- Added Continuous Platforms, a new sole-slot trinket that lets you sneak to walk on air anywhere
- Fixed ore recipes not recognizing deepslate ores
- Fixed cleaved block mesh caching
- Fixed rifle scope persisting when switching items
- Rifle now unscopes on overcharge
- Fixed cleaved block collision sometimes bugging out
- Reimplemented Disjunction and Vorpal to be less janky
- Disjunction now uses the #yttr:disjunctible entity tag instead of being hardcoded
- Control hints are no longer blurry on some GUI scales alongside QDAA
- Updated Lib39 to 1.5.0-pre3
- Fix Shifter-immortalized Continuous Platform blocks keeping their speedy state
- Added the Continuous Diffractor, an active cloaking device that's better than invisibility potions
- Fix on servers. Again
- Added a new "Break Bedrock Anywhere" config option
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:ZCLrWdGm:6TgXCgP2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZCLrWdGm:6TgXCgP2"
}

