Compatibility
Minecraft: Java Edition
1.21.1
1.20.1
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 10 months ago
Updated last month
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);
}
Dependencies
Files
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
1.20.1-2.0.13Loaders
Game versions
1.20.1Downloads
3328Publication date
April 3, 2024 at 5:39 AMPublisher
![Pug](https://cdn.modrinth.com/user/84zsGbft/ddfa5d3d49c0c2c4972542bd9a305c1d78f70ac1.png)
Pug
Member