All versions
1.2.0+neoforge-26.2
Release
1.2.0 for Neoforge 26.2last month 22
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Changes
Fixed
- Startup crash when another mod's vines subclass
VineBlockwithout theclippedblockstate property (e.g. Swampier Swamps) (#3). Such vines now safely opt out of clipping. - Clipping an already-clipped vine no longer plays a sound or costs durability, matching vanilla shearing of fully grown kelp and cave vines (#2).
- Shears no longer lose durability in creative mode (#2).
- Shears now break properly at zero durability instead of going negative; Unbreaking and Mending now behave as on vanilla tools (#2).
Changed
- Clipping plays the vanilla plant-snip sound on 1.18.2+ (the sheep-shear sound remains on 1.16.5/1.17.1, which predate it).
- Shears held in the offhand can now clip vines, as in vanilla.
- Clipping now fires the
item_used_on_blockadvancement trigger and, on 1.19.4+, aBLOCK_CHANGEgame event (sculk sensors react).
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:K6uNJOw5:rXXBxkQc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:K6uNJOw5:rXXBxkQc"
}

