Tags
Creators
Details
1.0.2
Compatibility
Changes
Version Release v1.0.2 MC-1.20.1
Additions
• Added ambient sounds to the tea kettle when it is heated
• Added an advancement for placing down a stove
• Added an advancement for using the Nether as a heat source for the tea kettle
• Added an advancement for consuming all brews in Bitter Brews
• Added ru_ru translations (by @bricker_man)
• Added zh_cn translations (by @junshengxie)
• Lightning in a bottle?... nahh a cup
Changes
• Both peppers and soul peppers now grant 1 seed from crafting (was 2)
• Crimson tea now requires a pepper rather than a nether wart
• Changed the stack size of cups of water & cups of milk from 16 -> 64
• Moved the tea kettle to before the brewing stand in the creative inventory
• Increased the chances of getting tea leaves from flowering azalea leaves from 2.5% -> 5%
• Increased the chances of getting azalea flowers from flowering azalea leaves from 2.5% -> 6.9%
• Decreased the chances of getting mangos from jungle leaves from 2.5% -> 2%
• Decreased the chances of getting pepper seeds from generic bastion chests from 10% -> 5%
• Decreased the chances of getting soul peppers from generic bastion chests from 5% -> 2%
• Decreased the max amount of pepper seeds from generic bastion chests from 6 -> 4
• Decreased the max amount of soul pepper seeds from treasure bastion chests 4 -> 3
• The "Soul Pepper Challenge" advancement now requires the player to consume a soul pepper rather than collect one
• Changed the name of "Bitter Brew" -> "A Bitter Brew"
• Changed the name of "Turning Up The Heat" -> "Getting Spicy"
• Changed the description for "Spill The Tea" from "Place down a copper tea kettle and begin brewing!" -> "Place down a tea kettle and begin brewing!"
• Changed the description for "Soul Pepper Challenge" from
"Venture into a bastion and grow a soul pepper- just be sure to have a cup of milk..." -> "Consume the flaming hot delight of the Nether- just be sure to have a cup of milk."
• Removed cup of milk from the "brews" item tag meaning they will no longer grant you the "A Bitter Brew" advancement
Bug Fixes
• [Forge] Fixed missing loot modifiers (tea leaves from azaleas, peppers from bartering etc)
Notes
• Next update will feature compatibility including a highly requested feature of using heat sources from Farmer's Delight for kettles or vice versa
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:o99e9Mv0:lacOs5hq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:o99e9Mv0:lacOs5hq"
}

