never mind, it's not fixed, because of some weird tag issue

This commit is contained in:
Pyritie 2025-10-28 18:20:43 +00:00
parent a20f701f9d
commit 04e195890d
2 changed files with 24 additions and 0 deletions

View file

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

View file

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