Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated yesterday
All versions
26.0.2+neoforge
Release
[NeoForge 26.1.X] 26.0.23 weeks ago 10
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
26.0.2
- [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
9.1.1
- fix: Setting Leaf Walker Enchant to False Disables Enchanting Table (close #60)
9.1.0
- feat: customizable speed reduction with "Always Leaf Walking" enabled (close #58)
Optional dependencies
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:m9k2wcPx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uaLW6JVR:m9k2wcPx"
}



