fix kjs error with the pills

This commit is contained in:
Pyritie 2026-01-05 12:54:44 +00:00
parent d686c18336
commit 4ab41f33f5

View file

@ -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