Tags
Creators
Details
Licensed MIT
Published last year
Updated 3 weeks ago
All versions
1.0.12
Release
Hearth and Harvest 1.0.12last year 19.3K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Hearth and Harvest 1.0.12
- Additions:
- Added dripping particles to active tree tappers
- Added config option to increase the speed of tappers random chance
- Tappers now output a comparator signal between 0-4 depending on the sap level
- Added Sweet Berry Wine
- Added Sweet Berry Wine Crate
- Added Sweet Berry Wine BnC and Create compat recipes
- Jugs now output a comparator signal for the amount of fluid in them
- 1 redstone level out output per bucket in the Jug, for a maximum of 8
- Jugs now have a tooltip showing what is held in them from the inventory
- Jugs are now portable and can be picked up, retaining the fluid they held
- Wine Racks will now provide a comparator output depending on the number of filled slots (max of 9)
- Changes:
- There are now 2 creative tabs, one for food/items and another for blocks
- Improved fluid handling for Jug block filling and draining
- Sap Buckets are now a proper fluid bucket
- Speed of Tree Tapper has been increased, at default config it takes between 3-6 minutes to complete at regular random tick speed
- Fixes:
- Fixed bug where Jugs could lose their fluid on world exit and join
- (1.20.1) Fixed Netherite Cleaver recipe
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:mMniJIsv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8EEEXOzj:mMniJIsv"
}


