diff --git a/kubejs/data/tfc/tfc/drinkables/aged_corn_whiskey.json b/kubejs/data/tfc/tfc/drinkables/aged_corn_whiskey.json new file mode 100644 index 000000000..17de1eb99 --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/aged_corn_whiskey.json @@ -0,0 +1,12 @@ +{ + "ingredient": "tfcagedalcohol:aged_corn_whiskey", + "thirst": 15, + "intoxication": 2000, + "effects": [ + { + "type": "minecraft:haste", + "duration": 6400, + "amplifier": 0 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfc/tfc/drinkables/aged_rye_whiskey.json b/kubejs/data/tfc/tfc/drinkables/aged_rye_whiskey.json new file mode 100644 index 000000000..a2a4645ea --- /dev/null +++ b/kubejs/data/tfc/tfc/drinkables/aged_rye_whiskey.json @@ -0,0 +1,12 @@ +{ + "ingredient": "tfcagedalcohol:aged_rye_whiskey", + "thirst": 15, + "intoxication": 2000, + "effects": [ + { + "type": "minecraft:haste", + "duration": 6400, + "amplifier": 0 + } + ] +} \ No newline at end of file