- 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
}
- Fixed crash with Skillet (#119)
- 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
- 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.
- 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.
-
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.
- Fixed Beetroot Soup, Mushroom Stew and Rabbit Stew not stacking to 16 #86
- Fixed Rabbit Stew keeping its vanilla food values.
-
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