nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Farmer's Delight Refabricated

Farmer's Delight Refabricated

Mod

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

Client and server DecorationEquipmentFood

602.5k downloads
428 followers

Farmer's Delight Refabricated 2.0.13 - 1.20.1

Changelog

  • 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);
}

Files

FarmersDelight-1.20.1-2.0.13+refabricated.jar(6 MiB) Primary Download

External resources


Project members

Pug

Member

MehVahdJukaar

Member


Technical information

License
MIT
Client side
required
Server side
required
Project ID