- 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