All versions
26.2.0.2+neoforge-26.2
Release
26.2.0.2+neoforge-26.2yesterday 9
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
- Added Shipping Bin
- Fill it with crops to prepare a shipment.
- Receive emeralds in response once full.
- Data Packs can control what items can be sold, how much they are worth, and what kind of payment is given
- Added Rabbit Trap
- Place it somewhere and leave the area.
- Return later to see if it has caught anything.
- Added Fishing Barrel
- Place it on the shore and watch as it catches fish for you.
- Replace the Fishing Rod when it breaks.
- Added Scythe
- The scythe will break grown crops in an area of effect when a crop is broken or right-clicked.
- Allows quickly harvesting your crops without having to check every crop individually.
- Added Watering Can
- Hydrates farmland for a day.
- Hydrated farmland does not lose its moisture even if there is no water blocks around.
- Hydrated farmland has a small passive growth boost on its crops.
- Added Sprinkler
- Place it in your farm for automatic watering.
- Like the Watering Can, it will hydrate farmland.
- Try putting something on top to turn it into a Scarecrow and prevent crop trampling nearby.
- Added
disableVanillaWateringoption (default:false)- When enabled, makes it so nearby water is no longer enough to hydrate farmland.
- Instead, the Watering Can can be used to water farmland for a day, or a sprinkler can be set up for automatic watering.
- This could be used for farming-based packs that want Stardew-like chores.
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:4WJZr8JU:eUnZnm2R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4WJZr8JU:eUnZnm2R"
}

