Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Farmer's Delight Refabricated #73

Merged
merged 5 commits into from
Apr 2, 2024
Merged

Switch to Farmer's Delight Refabricated #73

merged 5 commits into from
Apr 2, 2024

Conversation

unilock
Copy link

@unilock unilock commented Apr 1, 2024

This PR moves the mod from the old Farmer's Delight [Fabric] to the new Farmer's Delight Refabricated, which is more true to the original mod and is generally better in most regards.

A decent amount of unnecessary / ambiguous code was also cleaned up.

Note that all instances of WildPatchBlock were replaced with WildCropBlock (source), which requires a Suspicious Stew status effect be specified. I've simply put in a placeholder value (Absorption for zero ticks); feel free to adjust it as you see fit.

Closes #72.

@ianm1647 ianm1647 merged commit a0ede11 into ianm1647:1.20 Apr 2, 2024
1 check passed
@unilock
Copy link
Author

unilock commented Apr 3, 2024

Farmer's Delight Refabricated now has a compatibility layer for mods that depend on the old Farmer's Delight [Fabric], making this PR unnecessary (though probably still a good idea in the long run).

It looks like they reimplemented WildPatchBlock slightly differently than I did? It might be worth borrowing their code for that.
https://github.com/MehVahdJukaar/FarmersDelight/blob/c096c661a4ab7d7f23c579b0c572538014740cb9/src/main/java/com/nhoryzon/mc/farmersdelight/block/WildPatchBlock.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Compat] Compatibility with Farmer's Delight Refabricated [Fabric 1.20.1]
2 participants