update to forge 47.4.13, fix aged sake, fix cleanroom doors, fix butyraldehyde
This commit is contained in:
parent
d652769ad8
commit
dd1463acdf
7 changed files with 50 additions and 4 deletions
12
kubejs/data/tfc/tfc/drinkables/aged_sake.json
Normal file
12
kubejs/data/tfc/tfc/drinkables/aged_sake.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_sake",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:resistance",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
12
kubejs/data/tfc/tfc/drinkables/aged_vodka.json
Normal file
12
kubejs/data/tfc/tfc/drinkables/aged_vodka.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_vodka",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:resistance",
|
||||
"duration": 3200,
|
||||
"amplifier": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
12
kubejs/data/tfc/tfc/drinkables/aged_whiskey.json
Normal file
12
kubejs/data/tfc/tfc/drinkables/aged_whiskey.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_whiskey",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 3200,
|
||||
"amplifier": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue