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/industrialforegoing.js
2023-11-02 12:32:44 -05:00

12 lines
383 B
JavaScript

ServerEvents.recipes(e => {
removeRecipeByID(e, [
'industrialforegoing:machine_frame_pity',
'industrialforegoing:dissolution_chamber/infinity_nuke',
'industrialforegoing:fluid_extractor',
'industrialforegoing:latex_processing_unit',
'industrialforegoing:iron_gear',
'industrialforegoing:gold_gear',
'industrialforegoing:diamond_gear'
])
})