never mind, it's not fixed, because of some weird tag issue
This commit is contained in:
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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user