fix kjs error with the pills
This commit is contained in:
parent
d686c18336
commit
4ab41f33f5
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue