Tags
Creators
Details
Licensed CC0-1.0
Published 2 years ago
All versions
3.5.3+7.3_04
Release
Stardew Farming-BTA 3.5.3+7.3_043 months ago 620
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
BTA (Babric)
Supported environments
Client and server
Required content
Any compatible version
Changes
What's Changed
- Set Bucket as container item for Coffee
- Update to halplibe 5.4.1
- Crops now require the correct season to grow
- Tomatoes are no longer invisible on servers when thrown
- Achievement page has been updated to look prettier
- Tweak some item descriptions
- Activators can now place sugar in a beehive
- Beehives can no longer be activated when its winter
- Tall Crops now grow again
- Cranberries cant be harvested infinitely anymore
- Fix tall crops not growing and infinite cranberry by @bigsir24 in https://github.com/LukeisStuff/stardew-farming-bta/pull/30
Full Changelog: https://github.com/LukeisStuff/stardew-farming-bta/compare/3.5.2...3.5.3
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| stardew-3.5.3+7.3_04-sources.jar | Source jar | 3.92 MiB |
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:oZ5Y7afj:acSRfYRz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oZ5Y7afj:acSRfYRz"
}

