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"

3.22M
1,266
Decoration
Equipment
Food
AboutChangelogVersions

Farmer's Delight Refabricated 2.0.16 - 1.20.1

by Torty on Apr 8, 2024
Download
  • Fix client startup crash.

Farmer's Delight Refabricated 2.0.15 - 1.20.1

by Torty on Apr 8, 2024
Download
  • Implement previously forgotten extract method within the Cooking Pot inventory, which should improve compatibility with content that utilises the Fabric Transfer API.
  • Update ru_ru.json (#18)
  • Expanded compat layer, improvements to compat layer (#20).
  • Update to use Fabric ASM for enum additions.
  • Added KNIFE EnchantmentCategory. (#24)
  • Updated PortingLib to 2.3.2+1.20.1.

Farmer's Delight Refabricated 2.0.14 - 1.20.1

by MehVahdJukaar on Apr 7, 2024
Download
  • greatly expanded compat layer

Farmer's Delight Refabricated 2.0.13 - 1.20.1

by Torty on Apr 3, 2024
Download
  • Update es_mx lang file. (#15 - TheLegendOfSaram)
  • Include +refabricated in the version schema to allow for an easier time detecting which Farmer's Delight port is loaded.
    • Modrinth version numbers are unaffected by this, but maven versions are.

Below contains an example of how you may detect Farmer's Delight Refabricated following this change.

public static boolean isFDRefabricated() {
    // Use Objects#equals to make sure it's null safe for Farmer's Delight Fabric, which should not contain a +.
    return FabricLoader.getInstance().getModContainer("farmersdelight").map(container -> Objects.equals(container.getMetadata().getVersion().getFriendlyString().split("\\+")[1], "refabricated")).orElse(false);
}

Farmer's Delight Refabricated 2.0.12 - 1.20.1

by MehVahdJukaar on Apr 2, 2024
Download
  • Added more compat layer specifically made for old addons.
  • These include the following:
  • Ocean's Delight, End Delight, Expanded Delight, End Delight, Chef's Delight and Nethers Delight

Farmer's Delight Refabricated 2.0.11 - 1.20.1

by MehVahdJukaar on Apr 2, 2024
Download
  • Added more compat layer specifically made for old addons.
  • These include the following:
  • Ocean's Delight, End Delight, Expanded Delight, End Delight and Chef's Delight.

Farmer's Delight Refabricated 2.0.10 - 1.20.1

by Torty on Apr 1, 2024
Download
  • Prefixed all recipe book related enums.
  • Fixed vectorwing not being present within the mod credits.
  • Fixed Dog Food not applying any superclass tooltips.
  • Added a barebones compat layer just for Fright's Delight and Delight Knives.
    • Feel free to ask for more compat layers, we'll do it if it seems do-able and simplistic enough, just please accept no as an answer if we say so.

Farmer's Delight Refabricated 2.0.9 - 1.20.1

by Torty on Mar 29, 2024
Download
  • Added sound when flipping items in skillet
  • Use modApi for Porting Lib dependency so it will transitively apply to developer environments.

Farmer's Delight Refabricated 2.0.8 - 1.20.1

by Torty on Mar 29, 2024
Download
  • Updated PortingLib to fix loot table modifications (#11)
  • Fixed certain classes completely overriding the hover text code. (#12)
1
3
4

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@9ed1dd7

© 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.