Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 4 days ago
All versions
1.2.0+mc26.2
Release
More Buckets - Diamond Bucket & Enchantments Update4 days ago 15
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Diamond Bucket & Enchantments Update
💎 New Tier: Diamond Bucket
Recipe: Crafted with 5 diamonds in a V-shape.
Properties: Permanent durability (never breaks), empty buckets stack up to 16 in your inventory.
Capacity: Carries water, lava, milk, and powder snow.
Enchantability (10): The only bucket tier that can be enchanted.
🔮 Three Custom Enchantments (Available on books too!)
You can obtain these enchantments via the Enchanting Table, Enchanted Books (from trading, loot, or creative tab), and apply them in the Anvil:
Fluid Infinity (I-III) / Infinité de fluide
Allows infinite placement of fluids without emptying the bucket.
Consumes a small amount of XP upon placement, with cost decreasing at higher levels:
Water: Level I: 5 XP | Level II: 3 XP | Level III: 1 XP
Lava: Level I: 20 XP | Level II: 10 XP | Level III: 5 XP
Conservation (I-III) / Conservation
Grants a chance to duplicate a source block when scooping it up (leaving the original source block intact in the world).
Chances: Level I: 15% | Level II: 30% | Level III: 45%.
Thermal Shield (I) / Bouclier Thermique
Grants fire resistance and immunity to lava damage while holding the bucket in either hand.
⚠️ Mutual Exclusion: It is impossible to combine Fluid Infinity and Conservation on the same bucket (similar to Mending and Infinity on bows).
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:yjm4O4AN:fUqqpYiH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yjm4O4AN:fUqqpYiH"
}

