Tags
Creators
Details
Licensed MIT
Published last year
Updated 3 days ago
All versions
1.3.2
Release
Hearth and Harvest 1.3.23 weeks ago 2,715
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Hearth and Harvest 1.3.2
- Additions:
- Added new tooltips for Watering Can
- Added a new tag to make multiple items useable for fertilizer in the Watering Can and Sprinkler
- By default, Bone Meal and Manure can be used in both
- Changes:
- Updated ru_ru
- Updated uk_ua
- Items that can be held by a campfire to cook can now be stacked, cooking 1 of themselves at a time from the stack
- Fixes:
- Fixed missing comma in fr_fr translation
- Fixed some duplicate tagging
- Fixed missing tag preventing Saplings from being able to be planted on Mulch
- Fixed missing break particles for Farmer’s Hat
- Fixed thrown cleavers, horseshoes, and pitchforks thrown in Creative from being picked up while in Survival
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:fTqgQG7b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8EEEXOzj:fTqgQG7b"
}

