This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/kubejs/server_scripts/recipes/rftools.js
2023-11-02 12:32:44 -05:00

67 lines
2.2 KiB
JavaScript

ServerEvents.recipes(e => {
removeRecipeByID(e, [
'rftoolsbuilder:shape_card_def',
'rftoolsbuilder:builder',
'rftoolsbase:filter_module',
'rftoolsbase:machine_base',
'rftoolsbase:machine_frame',
'rftoolsbase:machine_infuser',
'rftoolscontrol:card_base',
'rftoolscontrol:cpu_core_500',
'rftoolscontrol:cpu_core_1000',
'rftoolscontrol:cpu_core_2000',
'rftoolscontrol:graphics_card',
'rftoolscontrol:network_card',
'rftoolscontrol:advanced_network_card',
'rftoolscontrol:ram_chip',
'rftoolscontrol:vectorart_module',
'rftoolscontrol:variable_module',
'rftoolscontrol:node',
'rftoolscontrol:processor',
'rftoolscontrol:programmer',
'rftoolscontrol:interaction_module',
'rftoolscontrol:craftingstation',
'rftoolscontrol:console_module',
'rftoolspower:dimensionalcell',
'rftoolspower:dimensionalcell_advanced',
'rftoolspower:dimensionalcell_simple',
'rftoolspower:powercell_card',
'rftoolspower:blazing_generator',
'rftoolspower:blazing_infuser',
'rftoolspower:power_core1',
'rftoolspower:power_core2',
'rftoolspower:power_core3',
'rftoolspower:cell1',
'rftoolspower:cell2',
'rftoolspower:cell3',
'rftoolsstorage:storage_module0',
'rftoolsstorage:dump_module',
'rftoolsstorage:storage_control_module',
'rftoolsstorage:modular_storage',
'rftoolsstorage:storage_scanner',
'rftoolsutility:advanced_charged_porter',
'rftoolsutility:charged_porter',
'rftoolsutility:dialing_device',
'rftoolsutility:matter_beamer',
'rftoolsutility:matter_booster',
'rftoolsutility:matter_receiver',
'rftoolsutility:matter_transmitter',
'rftoolsutility:simple_dialer',
'rftoolsutility:spawner',
'rftoolsutility:tank',
'rftoolsutility:machineinformation_module',
'rftoolsutility:inventory_module',
'rftoolsutility:clock_module',
'rftoolsutility:button_module',
'rftoolsutility:crafter1',
'rftoolsutility:crafter2',
'rftoolsutility:crafter3',
'rftoolsutility:text_module',
'rftoolsutility:redstone_module',
'rftoolsutility:redstone_information',
'rftoolsutility:energy_module',
'rftoolsutility:fluid_module'
])
})