neuralgia/kubejs/startup_scripts/advancedperipherals/constants.js
2025-07-21 13:52:18 +10:00

10 lines
294 B
JavaScript

// priority: 0
"use strict";
global.ADVANCED_PERIPHERALS_DISABLED_ITEMS = [
'advancedperipherals:peripheral_casing',
'advancedperipherals:rs_bridge',
'advancedperipherals:energy_detector',
'advancedperipherals:colony_integrator',
'advancedperipherals:computer_tool'
];