Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last year
All versions
1.6.0
Release
v1.6.0last year 241
Uploaded by
Compatibility
Minecraft: Java Edition
b1.7.3
Platforms
Babric
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
What's Changed
Added
- Add elixir kettle made from golden apple and water kettle
- Add elixir drink that heals 7 hearts
- Add angelic elixir drink that heals 7.5 hearts, restores air meter fully, dispels fire, and sets fall distance to zero
- Made from elixir, a feather, a snowball, and a gold ingot
- Add toxic sludge drink that deals 3.5 hearts of damage when consumed
- Made from poison, bone meal, a ink sac, and gunpowder
- Add apple cake that heals 2 hearts per slice
- Same recipe as vanilla cake but replace the top middle milk bucket with an apple
- Add chocolate cake that heals 2.5 hearts per slice
- Same recipe as vanilla cake but replace the top middle milk bucket with cocoa beans
- Add golden cake that heals 3 hearts per slice and dispels fire
- Same recipe as vanilla cake but replace the top middle milk bucket with a gold block
- Can also be made by surrounding a vanilla cake with gold ingots in the crafting grid
- Add poison cake that deals 1.5 hearts of damage per slice
- Same recipe as vanilla cake but replace the top middle milk bucket with a cactus
Changed
- Give cup of milk and steamed milk the ability to negate a bit of fall damage if drunken while falling
- Give fairy tea the ability to restore a single air bubble if drunken underwater
- Adjust milk kettle color slightly to be a bit more golden
- Allow a single clay mug to be crafting from two clay (the clay pieces must be one above the other)
- Fix bug with clay mug crafting recipe not working at top of crafting grid
- Fix bug with creating bitter and apple kettles from water kettle where the liquid level was set to zero
Full Changelog: https://github.com/telvarost/TelsDrinks-StationAPI/compare/v1.5.3...v1.6.0
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:25gSd46y:NrhAjjMR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:25gSd46y:NrhAjjMR"
}

