14 lines
353 B
JavaScript
14 lines
353 B
JavaScript
|
ServerEvents.recipes(e => {
|
||
|
|
||
|
removeRecipeByID(e, [
|
||
|
'fluxnetworks:basicfluxstorage',
|
||
|
'fluxnetworks:gargantuanfluxstorage',
|
||
|
'fluxnetworks:herculeanfluxstorage',
|
||
|
'fluxnetworks:fluxconfigurator',
|
||
|
'fluxnetworks:fluxcontroller',
|
||
|
'fluxnetworks:fluxcore',
|
||
|
'fluxnetworks:fluxplug',
|
||
|
'fluxnetworks:fluxpoint'
|
||
|
])
|
||
|
})
|