33 lines
1.7 KiB
JavaScript
33 lines
1.7 KiB
JavaScript
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|
|
|
|
ServerEvents.recipes(allthemods => {
|
|
|
|
allthemods.remove({id: 'mekmm:scrap'})
|
|
allthemods.remove({id: 'mekmm:compressing/scrap_box'})
|
|
allthemods.remove({id: 'mekmm:empty_crystal'})
|
|
allthemods.remove({id: 'mekmm:nucleosynthesizing/uu_matter'})
|
|
allthemods.remove({id: 'mekmm:ambient_gas_collector'})
|
|
|
|
allthemods.remove({id: 'mekmm:reaction/empty_crystal'})
|
|
allthemods.remove({id: 'mekmm:oxidizing/uu_matter'})
|
|
allthemods.remove({id: 'mekmm:compressing/author_doll'})
|
|
|
|
allthemods.remove({id: /mekmm:.*replicat.*/})
|
|
allthemods.remove({id: /mekmm:.*recycl.*/})
|
|
allthemods.remove({id: /mekmm:.*planting.*/})
|
|
allthemods.remove({id: 'mekmm:cnc_lathe'})
|
|
allthemods.remove({id: /mekmm:.*lathing.*/})
|
|
allthemods.remove({id: /mekmm:.*rolling_mill.*/})
|
|
allthemods.remove({type: 'mekmm:recycling'})
|
|
|
|
allthemods.remove({id: /mekmm:compat\/appflux.*/})
|
|
allthemods.remove({id: /mekmm:compat\/advanced_ae.*/})
|
|
allthemods.remove({id: /mekmm:compat\/ae2.*/})
|
|
allthemods.remove({id: /mekmm:compat\/extendedae.*/})
|
|
allthemods.remove({id: /mekmm:compat\/megacells.*/})
|
|
|
|
})
|
|
|
|
// This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 10.
|
|
// As all AllTheMods packs are licensed under All Rights Reserved, this file is not allowed to be used in any public packs not released by the AllTheMods Team, without explicit permission.
|