Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated last week
All versions
beta-1.5.0
Beta
beta-1.5.02 months ago 25
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Changes
Cauldron Changes
- Lava, milk, powder snow, and honey are new fluid types that cauldrons can accept
- All bottled fluids provide 1 unit of fluid to cauldrons
- Reduced units of fluid provided by water bottles from 3 → 1
- All bucketed fluids provide 8 units of fluid to cauldrons
- Honey blocks provide 4 units of honey to cauldrons
- Water and lava dripped from dripstone will now always add 1 unit of fluid to a cauldron beneath it when randomly ticked
- Bee nests and beehives that are full of honey can now drip honey through dripstone
- Honey dripped through dripstone will add 1 unit of honey to a cauldron beneath it when randomly ticked
- Rain and snow will now always add 1 unit of fluid to a cauldron that is exposed to the sky
- Added a new output slot for used bottles and buckets
- Improved hopper compatibility with cauldrons
- Cauldrons filled with lava will emit light
In-Cauldron Effects
- Any entity standing in a cauldron with at least 8 units of water will get extinguished and consume 8 units of water
- Any entity standing in a cauldron with at least 1 unit of lava will take lava damage
- Any entity standing in a cauldron with at least 8 units of powder snow will get extinguished
- Any entity standing in a cauldron with at least 8 units of powder snow will start freezing
- If in the Nether, 1 unit will be consumed for every tick an entity stands in the cauldron
- Any entity standing in a cauldron with at least 8 units of honey will receive a continuous effect of hindered for 8 seconds
- Any entity standing in a cauldron with at least 8 units of milk will have their potion effects removed and consume 8 units of milk
Cauldron Recipes
- An empty bottle (with any fluid) will consume 1 fuel and turn into a filled bottle with the respective fluid
- An empty bucket (with any fluid) will consume 8 fuel and turn into a filled bucket with the respective fluid
- Any item that can be burned (with lava) will consume 1 fuel and incinerate the item
New Bottles
- Milk and lava can now be put into bottles
- Milk, lava, and honey bottles have splash and lingering variants
- Milk bottles (including splash and lingering) will clear potion effects off of entities
- Milk bottles will also reduce heat by 5 upon effect application
- Lava bottles (including splash and lingering) will set entities on fire
- Lava bottles will also increase heat by 5 upon effect application
- Honey bottles (only splash and lingering) will apply 8 seconds of hindered to entities
- Honey bottle stack size reduced from 16 → 4
World Generation Changes
- Temperature range for desert and badland biomes have been increased
- Temperature range for cold biomes have been increased slightly
- Middle layouts generate much less often at low erosion values at mid, high, and peak slices
- Middle layouts have mostly been replaced by slopes and plateau layouts
- Simplified generation for dark forest and pale garden biomes
- New biome: Old Growth Grove
Miscellaneous Changes
- Freezing damage now ignores all damage reductions
- Freezing damage attempt time has been reduced from 40 → 1 tick
Bug Fixes
- Fixed lingering potions reducing heat on throw instead of on effect application
- Fixed lingering potions dropping heat below 0 when used in the Nether
- Fixed crafters being able to use unexhausted armor trims for the unexhaustion recipe for armor trims
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:t2tYNEC1:6xsv1nE1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t2tYNEC1:6xsv1nE1"
}

