Farmer's Delight: Contracts & Feasts

A Farmer's Delight addon inspired by Bountiful, adding food contracts, bounty boards, village orders, recipe-aware rewards and reputation progression.
Back to Files

farmerscontracts-1.0.2-forge-1.20.1.jar

File namefarmerscontracts-1.0.2-forge-1.20.1.jar
Uploader
FlomikFlomik
Uploaded
Jul 31, 2026
Downloads
40
Size
130.6 KB
Mod Loaders
ForgeNeoForge
File ID
8547598
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:farmers-delight-contracts-feasts-1631026:8547598")

NeoForge

implementation fg.deobf("curse.maven:farmers-delight-contracts-feasts-1631026:8547598")

Learn more about Curse Maven

What's new

Patch release: fixes a critical crash on real (non-dev) Forge 1.20.1 installs - #1.

Fixed (Forge 1.20.1 build only):

  • farmerscontracts.mixins.json was missing the refmap key pointing at the generated farmerscontracts.refmap.json, so Mixin never loaded it and fell back to matching injection targets by literal (unobfuscated) method name against real Forge's SRG-obfuscated runtime classes. This made every genuine Forge 1.20.1 install crash at bootstrap with InvalidInjectionException: ...could not find any targets matching 'brainProvider' - the mod never actually loaded. NeoForge 1.20.1/1.21.1 were unaffected (no SRG obfuscation at runtime, so no refmap is needed there).

This mod has no additional files