- Updated Porting Lib to include a hotfix for #122.
Updated README to explain some extra addon stuff.
- Fixed incorrect Fabric Loader required dependency reference in fabric.mod.json.
- Set minimum required Fabric Loader version to 0.16.7 so Porting Lib won't silently fail.
- Updated
fabric
dependency infabric.mod.json
tofabric-api
to be more clear. - Updated Porting Lib to include a hotfix for inventory screen crashes.
- Set minimum required Fabric Loader version to 0.15.7 so Porting Lib won't silently fail.
- Updated
fabric
dependency infabric.mod.json
tofabric-api
to be more clear.
- 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
}
- Updated Porting Lib to 2.3.8+1.20.1.
- 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
- 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
- Fixed crashes when using an axe on blocks.
- Fix crash when hitting entities.
- 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 a rare issue with compostables not working with some other mod
- Removed broken Craft Tweaker integration. Will be re added later when Porting Lib properly updates
-
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
- Fixed crash when placing Mangrove Cabinet.
- Fixed invalid tag reference to Pitcher Crops.
- Fixed inability to place Rice on Rich Soil.
- Fixed ability to place Pitcher Pods on Rich Soil.