fix kjs error with the pills
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user