Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1012 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 1012 Bytes

[Let's Do Addon] Compat

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:

  • All Let's Do Farm&Charm based mods (Farm&Charm, Candlelight, Brewery, Bakery) and others (Vinery, Beachparty...)
  • All Farm&Charm unofficial addons (CornExpansion…)
  • Farmer's Delight / Farmer's Delight Refabricated
  • All Farmer's Delight addons
  • Thirst mods compatibility (Legendary Survival Overhaul, Thirst was Taken, Dehydration...)

Plans:

  • Any of YOUR suggestions ! Feel free to drop in the discord or github issues

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);