From 4ab41f33f5064a780a20a203ffd174bc5d4c3eab Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 5 Jan 2026 12:54:44 +0000 Subject: [PATCH] fix kjs error with the pills --- kubejs/startup_scripts/gtceu/constants.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index 92c377a5e..bcee0d1f2 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -231,11 +231,7 @@ global.GTCEU_DISABLED_ITEMS = /** @type {const} */ ([ "gtceu:thorium_plate", "gtceu:double_thorium_plate", "gtceu:thorium_rod", - "gtceu:thorium_bucket", - - // Replaced with our own - "gtceu:paracetamol_pill", - "gtceu:rad_away_pill" + "gtceu:thorium_bucket" ]); //#endregion @@ -251,7 +247,11 @@ global.GTCEU_HIDED_ITEMS = /** @type {const} */ ([ "gtceu:iv_damascus_steel_wrench", "gtceu:lv_damascus_steel_screwdriver", - "gtceu:sus_record" + "gtceu:sus_record", + + // Replaced with our own + "gtceu:paracetamol_pill", + "gtceu:rad_away_pill" ]); //#endregion