which also means we can get rid of our overrides now

This commit is contained in:
Pyritie 2025-12-09 15:50:36 +00:00
parent 120d6e1c43
commit d10723d5b7
5 changed files with 0 additions and 60 deletions

View file

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

View file

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

View file

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

View file

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

View file

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