fixed some VI/rolling mill recipes that were still generating for removed items

This commit is contained in:
Pyritie 2025-06-16 17:12:53 +01:00
parent 712f8a33c7
commit b2cc4beba1
4 changed files with 8 additions and 4 deletions

View file

@ -27,6 +27,7 @@ function removeGreateRecipes(event) {
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({ mod: 'greate', type: 'create:deploying' });
event.remove({ mod: 'greate', type: 'create:sequenced_assembly' });