Globox1997 / Dehydration

https://modrinth.com/mod/dehydration
https://www.curseforge.com/minecraft/mc-mods/dehydration
GNU General Public License v3.0
21 stars 22 forks source link

Travelers Backpack Support #92

Closed ardissaps closed 7 months ago

ardissaps commented 2 years ago

https://github.com/Tiviacz1337/Travelers-Backpack/issues/446

Globox1997 commented 2 years ago

Dehydration provides an API here: https://github.com/Globox1997/Dehydration/blob/1.19/src/main/java/net/dehydration/api/DrinkEvent.java

jmadarg commented 1 year ago

Hi! Wanted to revive this issue, the dev of traveler's backpack says they need a Maven repo to add it to their dev environment https://github.com/Tiviacz1337/Travelers-Backpack/issues/446#issuecomment-1475337017

Tiviacz1337 commented 1 year ago

Hello, I'm a developer of Traveler's Backpack. I'd like to add compatibility with Dehydration mod, but I'm slightly confused about hydration values that would be added on drinking fluids. If you could help me with that I'd be glad since I want to make compat that would work in a similiar way like in original mod. Basically I'd like to add hydration to following fluids: Regular water (1 Bucket on drink) Purified water (1 Bucket on drink) Potions (1 Bottle on drink) Milk (1 Bucket on drink) I'd need hydration values of that fluids that are used when players drink those fluids from regular items

Tiviacz1337 commented 1 year ago

any update on this?

Globox1997 commented 1 year ago

Sorry for the late response. There are no values for buckets but you can look into here for a feel how much water an item gives: https://github.com/Globox1997/Dehydration/blob/1.20/src/main/resources/data/dehydration/hydration_items/vanilla_items.json milk has 8 which is a lot and a potion 2.

creeloper27 commented 7 months ago

Would get fixed if #159 gets merged.