Adds compatibility for the Let's Do mods so you don't have to
This mod adds compatibility between the Let's Do mods and a plethora of mods, so you don't have to do it
Compatibility currently (as of version 2.1.0) includes:
Plans:
The mod also features a light API for developers to add compatibility with all supported thirst mods at once, in a loader-agnostic way (you can use it forge-only, fabric-only or with both loader supported):
ThirstCompatHelper#registerDrinkThirst(String itemName, int thirst, float quench);
// OR
ThirstCompatHelper#registerFoodThirst(String itemName, int thirst, float quench);
Conversation