removes any other integrated create recipes from greate machines
This commit is contained in:
parent
f57413ca94
commit
e99f6a3907
1 changed files with 7 additions and 2 deletions
|
|
@ -26,9 +26,14 @@ function removeGreateRecipes(event) {
|
|||
event.remove({ id: 'greate:shaped/stainless_steel_mechanical_saw' })
|
||||
event.remove({ id: 'greate:shaped/titanium_mechanical_saw' })
|
||||
|
||||
event.remove({ id: 'greate:splashing/dough' })
|
||||
event.remove({ id: 'gtceu:electrolyzer/decomposition_electrolyzing_chromatic_compound' })
|
||||
event.remove({ id: 'greate:mixing/integration/create/mixing/tea' })
|
||||
|
||||
event.remove({ id: /^greate:mixing\/integration\/create\/.*/ })
|
||||
event.remove({ id: /^greate:sawing\/integration\/create\/.*/ })
|
||||
event.remove({ id: /^greate:splashing\/integration\/create\/.*/ })
|
||||
event.remove({ id: /^greate:crushing\/integration\/create\/.*/ })
|
||||
event.remove({ id: /^greate:milling\/integration\/create\/.*/ })
|
||||
event.remove({ id: /^greate:pressing\/integration\/create\/.*/ })
|
||||
|
||||
event.remove({ mod: 'greate', type: 'create:deploying' });
|
||||
event.remove({ mod: 'greate', type: 'create:sequenced_assembly' });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue