Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 3 months ago
Updated 3 months ago
All versions
26.1.2-2026.5.16.0
Release
Ender Crop 26.1.2-2026.5.16.0 (NeoForge)3 months ago 33
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
What's Changed
- ci: derive release tag from source version and add pre-release support by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/24
- chore: flatten architectury layout into a single NeoForge module (Phase 0) by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/25
- refactor: port mod sources to native NeoForge 26.1.2 APIs (Phase 2) by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/26
- chore: pin Phase 1 dependency baseline (research outcome) by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/27
- fix: port data JSON to MC 26.1.2 datapack schema (Phase 3) by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/28
- feat: reinstate Jade HUD compat and add native config screen (Phase 4) by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/29
- chore: validate BotanyPots datapack for MC 26.1.2 (Phase 5) by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/30
- docs: README supported-versions table for the 26.1.2 release (Phase 6) by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/31
- fix: set block and pack-format ids so the mod loads on MC 26.1.2 by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/32
- chore: bump mod_version to 2026.5.16.0 by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/33
- fix: add item model definitions so mod items render on MC 26.1.2 by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/34
- ci: exclude sources jar from CurseForge/Modrinth publish, fix Java metadata by @ericfisherdev in https://github.com/ericfisherdev/ender-crop-regrown/pull/35
Full Changelog: https://github.com/ericfisherdev/ender-crop-regrown/compare/2026.5.10.1...26.1.2-2026.5.16.0
Optional dependencies
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:4zpLYYYu:UtZAtnfZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4zpLYYYu:UtZAtnfZ"
}


