Closed unilock closed 8 months ago
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
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 withWildCropBlock
(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.