Tags
Creators
Details
Licensed MIT
Published last year
All versions
26.1.4
Release
[NEOFORGE] [26.1.x] v26.1.4last month 751
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v26.1.4-mc26.1.x] - 2026-06-08
Fixed
- Fix withered bone meal being ejected from dispensers
- Fix unable to apply banners to the gilded netherite shield
- Fix gilded netherite shield item model rotations
- Fix new slabs, stairs and walls missing from tags
[v26.1.3-mc26.1.x] - 2026-06-07
Fixed
- Fix some wrong asset locations thanks to seriousfreezing
[v26.1.2-mc26.1.x] - 2026-06-06
Fixed
- Fix
java.lang.IllegalStateException: Unregistered memory fetched:minecraft:angry_at
[v26.1.1-mc26.1.x] - 2026-06-04
Fixed
- Fix missing netherite bell texture
[v26.1.0-mc26.1.x] - 2026-05-03
Changed
- Update to Minecraft 26.1.x
- Baby piglin hunters now spawn with proper hunting equipment like their adult counterpart
- Improve wither skeleton horse path-finding around and in lava
Fixed
- Fix piglin-based mobs being unable to spawn as babies
- Fix wither skeleton horses missing an inventory slot for equipping a saddle
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:s6R4jmL8:HrA3jnav"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s6R4jmL8:HrA3jnav"
}


