Links
Tags
Creators
Details
All versions
0.9.6+26.2-fabric
Release
Neatly Better 0.9.6+26.2-fabriclast month 80
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Added Glow Torch (torch that can be placed underwater)
- Added new cauldron dyeing logic (works on dyable items & blocks aswell)
- Milk can now be placed inside of cauldrons
- Added Milk Bottle that can be obtained by right clicking cauldron with milk in it
- Banner Patterns can now be applied to carpets! (still improving it tho)
- Banner Patterns were renamed to cloth patterns
- Removed code related to frost walker magma damage protection (already in vanilla)
- Rewritten phantom spawning logic
- Block Gluing now spawns slime particles instead of wax off/on
- Ladder drops are now constrained the same as scaffolding
- Fixed Run While Reloading logic for pillagers
- Fixed Mob Shield Holdoff feature not working for Piglins
- Re-introduced elytra flight limiter with config options
- Added config options for feature: ladder force sneak on GUI open, anvil repairing, in-world dyeing, Ladder extension placement, ladder climbing speeds, xp from farming, sapling auto-plant & double door opening
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:lPeeFCS9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QnGtCsFv:lPeeFCS9"
}

