Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Farmer's Delight Refabricated

Farmer's Delight Refabricated

Modern Fabric port of the cooking and farming mod, "Farmer's Delight"

2.98M
1,185
Decoration
Equipment
Food
AboutChangelogVersions

Farmer's Delight Refabricated 2.2.7 - 1.21.1

by Torty on Dec 6, 2024
Download
  • Updated Porting Lib to include a hotfix for #122.

Updated README to explain some extra addon stuff.

Farmer's Delight Refabricated 2.2.4 - 1.20.1

by Torty on Dec 4, 2024
Download
  • Fixed incorrect Fabric Loader required dependency reference in fabric.mod.json.

Farmer's Delight Refabricated 2.2.6 - 1.21.1

by Torty on Dec 4, 2024
Download
  • Set minimum required Fabric Loader version to 0.16.7 so Porting Lib won't silently fail.
  • Updated fabric dependency in fabric.mod.json to fabric-api to be more clear.
  • Updated Porting Lib to include a hotfix for inventory screen crashes.

Farmer's Delight Refabricated 2.2.3 - 1.20.1

by Torty on Dec 4, 2024
Download
  • Set minimum required Fabric Loader version to 0.15.7 so Porting Lib won't silently fail.
  • Updated fabric dependency in fabric.mod.json to fabric-api to be more clear.

Farmer's Delight Refabricated 2.2.5 - 1.21.1

by Torty on Dec 3, 2024
Download
  • Update to official Porting Lib 1.21.1 build.
    • Issues for Porting Lib should now be reported to the Fabricators-of-Create/PortingLib.
  • Re-added CraftTweaker compat.

For Developers

  • Porting Lib is now imported from https://mvn.devos.one/snapshots/. Please use this instead of Greenhouse's Snapshot branch
  • You still need Greenhouse Releases to import Farmer's Delight Refabricated. Do not remove that.
repositories {
-   maven { url 'https://repo.greenhouse.house/snapshots/'}
+   maven { url "https://mvn.devos.one/snapshots/" } // Porting Lib
}

Farmer's Delight Refabricated 2.2.4 - 1.21.1

by Torty on Dec 3, 2024
Download
  • Fixed crash with Skillet (#119)

Farmer's Delight Refabricated 2.2.2 - 1.20.1

by Torty on Dec 3, 2024
Download
  • Updated Porting Lib to 2.3.8+1.20.1.

Farmer's Delight Refabricated 2.2.3 - 1.21.1

by Torty on Dec 2, 2024
Download
  • Updated the mod to match Farmer's Delight 1.2.6.
  • Fixed EMI Decomposition category throwing an error in dev mode.
  • Fixed skillet flipping interpolation being broken in 1.21
  • Skillet wont play the item equip animation no more while cooking
  • Skillet itself will also animate when flipping stuff
  • Improved Skillet flipping sounds
  • Added requirement for latest Fabric API

Farmer's Delight Refabricated 2.2.1 - 1.20.1

by Torty on Dec 2, 2024
Download
  • Merged with upstream 1.2.6.
  • Fixed EMI Decomposition category throwing an error in dev mode.
  • Fixed Farmer's Delight Dough not working with Create recipes for real this time. #47.

Farmer's Delight Refabricated 2.2.3 - 1.21.1

by MehVahdJukaar on Nov 25, 2024
Download
  • fixed skillet flipping interpolation being broken in 1.21
  • skillet wont play the item equip animation no more while cooking
  • skillet itself will also animate when flipping stuff
  • improved skillet flipping sounds
  • added requirement for latest fabric api

Farmer's Delight Refabricated 2.2.2 - 1.21.1

by Torty on Nov 9, 2024
Download
  • Fixed crashes when using an axe on blocks.

Farmer's Delight Refabricated 2.2.1 - 1.21.1

by Torty on Nov 8, 2024
Download
  • Fix crash when hitting entities.

Farmer's Delight Refabricated 2.2.0 - 1.21.1

by Torty on Nov 7, 2024
Download
  • Updated for parity with Farmer's Delight 1.2.5
  • Updated built-in version of Porting Lib, hopefully fixing the issues with the libraries when nested.
  • Fixed DFU acting up when upgrading a world with a Rotten Tomato in it.
  • Rewrote Skillet Flipping to be bound to the Attack key rather than being hardcoded to left click.
  • Fixed Farmer's Delight Dough not working with Create recipes. #47.

Farmer's Delight Refabricated 2.2.0 - 1.20.1

by Torty on Nov 7, 2024
Download
  • Updated to have parity with 1.2.5.

  • Rewrote Skillet Flipping to be bound to the Attack key rather than being hardcoded to left click.

  • Fixed Farmer's Delight Dough not working with Create recipes. #47.

  • Update REI integration to latest REI, fixing the Cooking Pot integration. #100.

  • Remove enum extension of EnchantmentCategory for knives as it was causing problems inside developer environments.

Farmer's Delight Refabricated 2.1.10 - 1.21.1

by MehVahdJukaar on Oct 27, 2024
Download
  • fixed a rare issue with compostables not working with some other mod

Farmer's Delight Refabricated 2.1.9 - 1.21.1

by Torty on Sep 12, 2024
Download
  • Fixed Beetroot Soup, Mushroom Stew and Rabbit Stew not stacking to 16 #86
  • Fixed Rabbit Stew keeping its vanilla food values.

Farmer's Delight Refabricated 2.1.8 - 1.21.1

by MehVahdJukaar on Sep 8, 2024
Download
  • Removed broken Craft Tweaker integration. Will be re added later when Porting Lib properly updates

Farmer's Delight Refabricated 2.1.7 - 1.21.1

by Torty on Sep 1, 2024
Download
  • Update mixins to allow for other modifications to placements of crops.

    • Added two tags to determine whether a crop should:
    • farmersdelight:does_not_survive/rich_soil Does not survive on rich soil.
      • Should contain plants considered crops, nether or water.
      • For example: Wheat, Nether Wart, Lily Pad.
    • farmersdelight:survives/rich_soil Survives on rich soil.
      • Should contain everything other than the above.
    • farmersdelight:survives/rich_soil_farmland Survives on rich soil.
      • Should contain plants considered crops or plains.
      • For example: Tomatoes, Saplings, Fern.
    • farmersdelight:does_not_survive/rich_soil_farmland Does not survive on rich soil farmland.
      • Should contain everything other than the above.
  • The original behavior is preserved if neither tag contains the block you are trying to place.

  • This should also make catching edge cases with these features easier going forth.

  • Allowed villagers to plant Farmer's Delight Seeds.

  • Fixed foods without a container being unable to be removed from the cooking pot. #71

  • Fixed Farmer's Delight content not being compostable. #73

  • Fixed crash when placing Mangrove Cabinet. #76

Farmer's Delight Refabricated 2.1.6 - 1.20.1

by Torty on Sep 1, 2024
Download
  • Fixed crash when placing Mangrove Cabinet.
  • Fixed invalid tag reference to Pitcher Crops.

Farmer's Delight Refabricated 2.1.5 - 1.20.1

by Torty on Sep 1, 2024
Download
  • Fixed inability to place Rice on Rich Soil.
  • Fixed ability to place Pitcher Pods on Rich Soil.
1
2
3

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@fafd47f

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.