never mind, it's not fixed, because of some weird tag issue
This commit is contained in:
parent
a20f701f9d
commit
04e195890d
2 changed files with 24 additions and 0 deletions
12
kubejs/data/tfc/tfc/drinkables/aged_corn_whiskey.json
Normal file
12
kubejs/data/tfc/tfc/drinkables/aged_corn_whiskey.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_corn_whiskey",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
12
kubejs/data/tfc/tfc/drinkables/aged_rye_whiskey.json
Normal file
12
kubejs/data/tfc/tfc/drinkables/aged_rye_whiskey.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"ingredient": "tfcagedalcohol:aged_rye_whiskey",
|
||||
"thirst": 15,
|
||||
"intoxication": 2000,
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:haste",
|
||||
"duration": 6400,
|
||||
"amplifier": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue