Links
Tags
Creators
Details
All versions
0.9.5+26.2-fabric
Release
Neatly Better 0.9.5+26.2-fabric3 months ago 59
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Added new Ladder placement logic
- Improved Ladder Block breaking
- Fixed sword blocking being prioritized when holding shields in off-hand
- Fixed shield hold-off being activated when sword blocking
- Added new drop protection for recovery compass (isn't dropped on death)
- Added new pickup logic for dropped items upon death - items sort themselves back into their previous slots
- Added new dropped items upon death will never respawn logic
- Added config switch to toggle language button in title screen
- Added new legacy menu feature (brings back the title screen layout from previous versions)
- Added new config value which let's players toggle the sneaking camera transitions
- Fixed Defend owner goal
- Added new feature that denies block placement from off-hand when eating/sword blocking
- Slightly increased tamed wolf follow, leap speed
- Increased distance at which tamable animal gets teleported to owner
- Tamed animals can now be teleported to owner even if they are in water
- Replaced stone pressure plate for wooden birch pressure plate in desert pyramid
- Vaults and Ominous Vaults can now be re-open after cooldown
- Tipped arrows can release area effect clouds upon hitting ground
- Added new Quiver item
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:QnGtCsFv:QuooEmhM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QnGtCsFv:QuooEmhM"
}

