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.1-neoforge-1.21.1.jar

File namefarmerscontracts-1.0.1-neoforge-1.21.1.jar
Uploader
FlomikFlomik
Uploaded
Jul 30, 2026
Downloads
80
Size
130.7 KB
Mod Loaders
NeoForge
File ID
8541347
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:farmers-delight-contracts-feasts-1631026:8541347"

Learn more about Curse Maven

What's new

Fixed:

Contract board GUI could leak a live ItemStack reference into a player's inventory (via the number-key hotbar-swap click) instead of a copy, letting the shared board contract get corrupted/aliased with a player's item.
/time set and /time add could force an instant board refill on demand (bypassing the intended multi-day refresh cadence), since day tracking read getDayTime() directly. Switched to the monotonic tick counter plus a sleep-skip offset, so sleeping through the night still works correctly and the commands no longer do anything to the board.
A contract with two objective lines on the same item (a real case the generator can produce) could be turned in for less than the true combined amount required, due to checking/consuming each line independently instead of merged by item.
The board menu never closed automatically when the player walked away or the block was destroyed while the GUI was open.