fix drinking all blocks (#2246)

* langs

* fix drinking dirt

* Update CHANGELOG.md

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>

---------

Signed-off-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
GameStar 2025-11-19 12:47:01 -06:00 committed by GitHub
parent ca0aba82e1
commit 67cc06c9ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 6 deletions

View file

@ -864,8 +864,8 @@ function registerTFGFoodData(event) {
});
});
// Dark Stock
event.drinkable('tfg:dark_stock', (data) => {
// Rich Stock
event.drinkable('tfg:rich_stock', (data) => {
data.thirst(4);
data.effect("tfc:thirst", (effect) => {
effect.chance(0.2);