Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
2.0
Release
FarmTweaks 2.02 weeks ago 69
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
Major rewrite & small additions
Alt Harvest
- turned data-driven (see here)
- can be bound to any item, with configurable range and tool damage
Harvestable Blocks
- turned data-driven (see here)
- can be applied to any block with required properties and replacement state
Replenishables
- turned data-driven (see here)
- can be applied to any block with usable items and replacement state
Other Changes
- Added Farmer's Delight compat
- Oak Saplings grown in Swamps now place Swamp Trees instead of regular Oak Trees
- Leaf Decay now works a lot faster and more consistent
- Replaced some config options:
allowAlternateHoeUse=>allowAlternateHarvesttieredAlternateHoeUse=>rangedAlternateHarvestallowGrassReplenishment=>allowReplenishment
- Removed
allows_alternate_hoe_usetag - Removed config option
harvestableBlocks
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| farmtweaks-2.0-sources.jar | Source jar | 34.04 KiB |
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:okvumKPb:PbtaWqlj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:okvumKPb:PbtaWqlj"
}


