From d10723d5b7efa50637d9efe7536f0bb2a2186eb2 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 9 Dec 2025 15:50:36 +0000 Subject: [PATCH] which also means we can get rid of our overrides now --- .../tfc/drinkables/aged_corn_whiskey.json | 12 ------------ .../tfc/drinkables/aged_rye_whiskey.json | 12 ------------ .../tfcagedalcohol/tfc/drinkables/aged_sake.json | 12 ------------ .../tfcagedalcohol/tfc/drinkables/aged_vodka.json | 12 ------------ .../tfcagedalcohol/tfc/drinkables/aged_whiskey.json | 12 ------------ 5 files changed, 60 deletions(-) delete mode 100644 kubejs/data/tfcagedalcohol/tfc/drinkables/aged_corn_whiskey.json delete mode 100644 kubejs/data/tfcagedalcohol/tfc/drinkables/aged_rye_whiskey.json delete mode 100644 kubejs/data/tfcagedalcohol/tfc/drinkables/aged_sake.json delete mode 100644 kubejs/data/tfcagedalcohol/tfc/drinkables/aged_vodka.json delete mode 100644 kubejs/data/tfcagedalcohol/tfc/drinkables/aged_whiskey.json diff --git a/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_corn_whiskey.json b/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_corn_whiskey.json deleted file mode 100644 index 17de1eb99..000000000 --- a/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_corn_whiskey.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "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/tfcagedalcohol/tfc/drinkables/aged_rye_whiskey.json b/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_rye_whiskey.json deleted file mode 100644 index a2a4645ea..000000000 --- a/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_rye_whiskey.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "ingredient": "tfcagedalcohol:aged_rye_whiskey", - "thirst": 15, - "intoxication": 2000, - "effects": [ - { - "type": "minecraft:haste", - "duration": 6400, - "amplifier": 0 - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_sake.json b/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_sake.json deleted file mode 100644 index 1657f4f89..000000000 --- a/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_sake.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "ingredient": "tfcagedalcohol:aged_sake", - "thirst": 15, - "intoxication": 2000, - "effects": [ - { - "type": "minecraft:resistance", - "duration": 6400, - "amplifier": 0 - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_vodka.json b/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_vodka.json deleted file mode 100644 index baa19f8dd..000000000 --- a/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_vodka.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "ingredient": "tfcagedalcohol:aged_vodka", - "thirst": 15, - "intoxication": 2000, - "effects": [ - { - "type": "minecraft:resistance", - "duration": 3200, - "amplifier": 1 - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_whiskey.json b/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_whiskey.json deleted file mode 100644 index 740b7380a..000000000 --- a/kubejs/data/tfcagedalcohol/tfc/drinkables/aged_whiskey.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "ingredient": "tfcagedalcohol:aged_whiskey", - "thirst": 15, - "intoxication": 2000, - "effects": [ - { - "type": "minecraft:haste", - "duration": 3200, - "amplifier": 1 - } - ] -} \ No newline at end of file