Tags
Creators
Details
Licensed MIT
Published last year
Updated 3 days ago
All versions
1.3.1
Release
Hearth and Harvest 1.3.1last month 1,365
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Hearth and Harvest 1.3.1
- Additions:
- Added new config option to disable player pooping mechanics
- Added Manure Bricks and Polished Manure Bricks to Stonemason villager trade pool
- Added fr_fr translation - thank you miniminuss!
- Farmer Villagers now sell Manure, Sprinklers, Pitchforks, and Farmer’s Hats
- Mason Villagers now sell Manure Brick blocks and Polished Manure Brick blocks
- Added a new “can_poop” tag that can be assigned to creatures to enable them to drop manure
- Changes:
- Reorganized the config menu to be more sectional
- Wandering Traders will now give multiple mums per purchase
- Fixes:
- Fixed issue on servers where player pooping could be spammed
- Fixed lighting on large Stomping Basins
- Fixed Fertilizer Bag recipe book entry and unlock requirements in the Cask
- (hopefully) fixed an issue with Slimes interacting with Salt Blocks harming them
- Fixed animal fart noises being audible from a large distance - now only audible when within 8 blocks of the source
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:yllZNcIT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8EEEXOzj:yllZNcIT"
}

