Skip to content

Commit 7563169

Browse files
authored
Merge pull request AllTheMods#505 from PerpetuaLux/patch-1
Updated removals.js to fix indy facades
2 parents 7427434 + 3fbfe2e commit 7563169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kubejs/server_scripts/tweaks/removals.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ ServerEvents.recipes((allthemods) => {
192192
})
193193

194194
seedRemovals.forEach((entry) => {
195-
allthemods.remove({ input: entry })
196-
allthemods.remove({ output: entry })
197-
})
195+
// allthemods.remove({ input: entry }); Removes indy facades, the next line does the same but ignores indy recipes
196+
allthemods.remove({ input: entry, not: {mod: 'integrateddynamics'} });
197+
allthemods.remove({ output: entry })
198198

199199
allthemods.remove({ output: /exdeorum:.*_compressed_sieve/ })
200200
allthemods.remove({ output: /generatorgalore:.*_upgrade/ })

0 commit comments

Comments
 (0)