From 04e195890d0fa210ee3b6590f5ecdc2ecd35de16 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 28 Oct 2025 18:20:43 +0000 Subject: [PATCH] never mind, it's not fixed, because of some weird tag issue --- .../data/tfc/tfc/drinkables/aged_corn_whiskey.json | 12 ++++++++++++ kubejs/data/tfc/tfc/drinkables/aged_rye_whiskey.json | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 kubejs/data/tfc/tfc/drinkables/aged_corn_whiskey.json create mode 100644 kubejs/data/tfc/tfc/drinkables/aged_rye_whiskey.json 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