bugfix: Aged alcohols now are drinkable when player water is full (#3001)

This commit is contained in:
Ujhik 2026-02-09 08:05:07 +01:00 committed by GitHub
parent 114365a6f1
commit 20e2417e15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 119 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"__comment__": "This file was automatically created by mcresources",
"ingredient": "tfcagedalcohol:aged_beer",
"thirst": 15,
"intoxication": 2000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:absorption",
"duration": 6400,
"amplifier": 1
}
]
}

View file

@ -0,0 +1,14 @@
{
"__comment__": "This file was automatically created by mcresources",
"ingredient": "tfcagedalcohol:aged_cider",
"thirst": 15,
"intoxication": 2000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:speed",
"duration": 6400,
"amplifier": 0
}
]
}

View file

@ -0,0 +1,13 @@
{
"ingredient": "tfcagedalcohol:aged_corn_whiskey",
"thirst": 15,
"intoxication": 2000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:haste",
"duration": 6400,
"amplifier": 0
}
]
}

View file

@ -0,0 +1,13 @@
{
"ingredient": "tfcagedalcohol:aged_mead",
"thirst": 15,
"intoxication": 2000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:regeneration",
"duration": 6400,
"amplifier": 0
}
]
}

View file

@ -0,0 +1,13 @@
{
"ingredient": "tfcagedalcohol:aged_rum",
"thirst": 15,
"intoxication": 2000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:speed",
"duration": 3200,
"amplifier": 1
}
]
}

View file

@ -0,0 +1,13 @@
{
"ingredient": "tfcagedalcohol:aged_rye_whiskey",
"thirst": 15,
"intoxication": 2000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:haste",
"duration": 6400,
"amplifier": 0
}
]
}

View file

@ -0,0 +1,13 @@
{
"ingredient": "tfcagedalcohol:aged_sake",
"thirst": 15,
"intoxication": 2000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:resistance",
"duration": 6400,
"amplifier": 0
}
]
}

View file

@ -0,0 +1,13 @@
{
"ingredient": "tfcagedalcohol:aged_vodka",
"thirst": 15,
"intoxication": 2000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:resistance",
"duration": 3200,
"amplifier": 1
}
]
}

View file

@ -0,0 +1,13 @@
{
"ingredient": "tfcagedalcohol:aged_whiskey",
"thirst": 15,
"intoxication": 2000,
"may_drink_when_full": true,
"effects": [
{
"type": "minecraft:haste",
"duration": 3200,
"amplifier": 1
}
]
}