update to forge 47.4.13, fix aged sake, fix cleanroom doors, fix butyraldehyde

This commit is contained in:
Pyritie 2025-12-08 19:36:35 +00:00
parent d652769ad8
commit dd1463acdf
7 changed files with 50 additions and 4 deletions

View file

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

View file

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

View file

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