Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 5 days ago
All versions
26.1.1+neoforge
Release
[NeoForge 26.1.X] 26.1.12 weeks ago 47
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
26.1.1
- chore: rename
26.1.0
- improve: only updating isPartiallyInFoliage if head hitter mode is on
- improve: better support to modded vines (close #70)
- feat: add head hitter mode
26.0.2
- chore: update build script
- [1.21] Update zh-cn (#67)
- Merge pull request #69 from Snownee/feature/26.1-neoforge
- fix: datagen
- refactor: align block state mixins with Fabric
- fix: remove unintended entity blocklist
- chore: update datagen cache
- refactor: align shared NeoForge sources
- refactor: generate static data tags
- chore: track datagen cache
- feat: migrate data generation to NeoForge
- feat: port pathfinding hooks
- refactor: port collision mixins
- feat: bootstrap NeoForge runtime
- build: migrate to NeoForge ModDevGradle
26.0.1
- port
9.1.3
- improve: use block's actual breaking sound instead of just leaf sound (close #59)
- Merge branch '1.21-fabric' of https://github.com/Snownee/PassableFoliage into 1.21-fabric
- Create ru_ru.json (#61)
9.1.2
- fix: dependencies info
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:uaLW6JVR:ZOEsaoRS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uaLW6JVR:ZOEsaoRS"
}

