promotional bannermobile promotional banner

Forget-Me-Crops

Because your crops should fear your efficiency, not your attention span.
Back to Files

Forget-Me-Crops 0.23.0+26.1.2-fabric

File nameForget-Me-Crops_0.23.0+26.1.2-fabric-0.23.0.jar
Uploader
DuelMonsterDuelMonster
Uploaded
Sep 2, 2026
Downloads
13
Size
405.0 KB
Mod Loaders
Fabric
File ID
8796043
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:forget-me-crops-1547306:8796043"

Learn more about Curse Maven

What's new

0.23.0

  • Fix mendingProtection never taking effect: hoe enchantments are now read through the level enchantment registry instead of a reflective lookup that returned no results on current Minecraft versions, so Mending (and Unbreaking) on a framed hoe is detected again.
  • Add shared HoeUtils enchantment-level helpers for Silk Touch, Fortune, Unbreaking, and Mending.
  • Fix seed reserves being stranded outside the anchor chest: reserve-tracked seed and crop-fruit drops are now inserted into the chest directly under the item frame before any nearby extra storage, so replanting can draw on them when a second chest is present.
  • Update README and TECHNICAL docs to describe anchor-chest-first seed routing and registry-backed enchantment lookup.
  • Publish only the newest CHANGELOG.md version section as the Modrinth and CurseForge release notes instead of the entire file.
  • Extend release notes to span every CHANGELOG.md version section newer than the release already live on Modrinth, so multiple mod_version bumps between publishes are all reported.
  • Resolve the last published version from the public Modrinth version list, falling back to the newest changelog section when the lookup is unavailable.
  • Add printReleaseChangelog to preview the release notes without publishing.
  • Correct the documented publish task name to chiseledPublishAll.
  • Align the build and governance tooling with the MinersAdvantage repository so both projects behave identically.
  • Adopt the stricter version-bump validator, which now requires a Next Version entry in the bump state and an override file for same-day re-bumps.
  • Add a full test-suite gate to the pre-commit hook, backed by new validate-test-suite and run-gradle-java25 scripts.
  • Reject placeholder version-bump entries during changelog validation.
  • Add publishPreflight and publishPostSummary reporting around publish tasks, plus a no-op publishMods fallback when no tokens are configured.
  • Register chiseledPublishAllPublicationsToLocalRepository and the GitHub Packages equivalent so the release workflow resolves the tasks it invokes.
  • Correct the release workflow to call chiseledPublishAll instead of the non-existent chiseledPublishMods.
  • Add AGENTS.md describing the repository workflow rules for coding agents.
  • Add the shared optimization-rebuild prompt and commit-outstanding-semantic skill under .github/.
  • List the full validator set and pre-commit ordering in TECHNICAL.