Tags
Creators
Details
Licensed MIT
Published last year
Updated 3 days ago
All versions
1.1.5
Release
Hearth and Harvest 1.1.55 months ago 5,534
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Additions:
- Added a new config option to disable milking Cows and Goats with Glass Bottles
- Note that by enabling this, you will not be able to obtain Goat Milk unless you configure an alternate method to obtain it!
- Added a new config option to disable milking Cows and Goats with Glass Bottles
- Changes:
- Added new blockstate for Crates to make them appear supported when they have more Crates stacked above them, helpful when the contents are tall
- Goat Milk Bottles no longer have a nutrition or saturation value associated with them, parity with Cow Milk Bottles in Farmer’s Delight
- Fixes:
- Fixed a big crash with Crates placed by dispensers
- Fixed model for Crates having misconfigured UV portions
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:8EEEXOzj:BqapYuxR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8EEEXOzj:BqapYuxR"
}

