[Let's Do Addon] Compat
This modification module provides seamless interaction between various Let's Do series addons and multiple other popular mods, eliminating the need for manual compatibility configuration.
Currently available (version 2.1.0) support includes:
• All Farm&Charm based addons including Candlelight, Brewery, Bakery, as well as Vinery, Beachparty and others
• Unofficial Farm&Charm expansions such as CornExpansion
• Farmer's Delight and its updated version Farmer's Delight Refabricated
• All Farmer's Delight addons
• Thirst-related mods: Legendary Survival Overhaul, Thirst was Taken, Dehydration and similar
For developers, there's a simplified API that allows easy integration of all compatible thirst-related modifications, regardless of the loader used (Forge, Fabric, or both):
// Registering a drink with thirst-quenching effect
ThirstCompatHelper#registerDrinkThirst(String itemName, int thirst, float quench);
// Registering food with thirst effect
ThirstCompatHelper#registerFoodThirst(String itemName, int thirst, float quench);