fix drinks giving too much hydration

This commit is contained in:
Pyritie 2026-01-23 21:10:24 +00:00
parent 2167fcdb6a
commit 8fba57695e
17 changed files with 38 additions and 16 deletions

View file

@ -1,6 +1,8 @@
{
"ingredient": "firmalife:red_wine",
"thirst": 15,
"thirst": 10,
"intoxication": 4000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:strength",

View file

@ -1,9 +1,11 @@
{
"ingredient": "firmalife:rose_wine",
"thirst": 15,
"thirst": 10,
"intoxication": 4000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:dolphins_grace",
"type": "minecraft:strength",
"duration": 6400,
"amplifier": 0
}

View file

@ -1,6 +1,8 @@
{
"ingredient": "firmalife:dessert_wine",
"thirst": 15,
"ingredient": "firmalife:sparkling_wine",
"thirst": 10,
"intoxication": 4000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:jump_boost",

View file

@ -1,6 +1,8 @@
{
"ingredient": "firmalife:white_wine",
"thirst": 15,
"thirst": 10,
"intoxication": 4000,
"may_drink_when_full": true,
"effects": [
{
"type": "species:wither_resistance",

View file

@ -1,6 +1,7 @@
{
"ingredient": "gtceu:ethanol",
"thirst": 5,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:nausea",

View file

@ -1,6 +1,7 @@
{
"ingredient": "gtceu:ice",
"thirst": 10,
"may_drink_when_full": true,
"effects": [
{
"type": "tfg:cooling",

View file

@ -1,6 +1,7 @@
{
"ingredient": "gtceu:methanol",
"thirst": 5,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:blindness",

View file

@ -1,6 +1,7 @@
{
"ingredient": "tfc_gurman:cocoa",
"thirst": 15,
"thirst": 10,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:haste",

View file

@ -1,6 +1,7 @@
{
"ingredient": "tfc_gurman:coffee",
"thirst": 15,
"thirst": 10,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:speed",

View file

@ -1,6 +1,7 @@
{
"ingredient": "tfc_gurman:compote",
"thirst": 15,
"thirst": 10,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:jump_boost",

View file

@ -1,6 +1,7 @@
{
"ingredient": "tfc_gurman:kvass",
"thirst": 15,
"thirst": 10,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:strength",

View file

@ -1,6 +1,7 @@
{
"ingredient": "tfc_gurman:lemonade",
"thirst": 15,
"thirst": 10,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:haste",

View file

@ -1,6 +1,8 @@
{
"ingredient": "tfc_gurman:nalivka",
"thirst": 15,
"thirst": 10,
"intoxication": 4000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:strength",

View file

@ -1,6 +1,7 @@
{
"ingredient": "tfc_gurman:tea_chamomile",
"thirst": 15,
"thirst": 10,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:resistance",

View file

@ -1,6 +1,7 @@
{
"ingredient": "tfc_gurman:tea_mint",
"thirst": 15,
"thirst": 10,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:regeneration",

View file

@ -1,6 +1,7 @@
{
"ingredient": "tfc_gurman:tea_nettle",
"thirst": 15,
"thirst": 10,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:slow_falling",

View file

@ -1,6 +1,7 @@
{
"ingredient": "tfc_gurman:tea_rosehip",
"thirst": 15,
"thirst": 10,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:absorption",