We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7427434 + 3fbfe2e commit 7563169Copy full SHA for 7563169
kubejs/server_scripts/tweaks/removals.js
@@ -192,9 +192,9 @@ ServerEvents.recipes((allthemods) => {
192
})
193
194
seedRemovals.forEach((entry) => {
195
- allthemods.remove({ input: entry })
196
- allthemods.remove({ output: entry })
197
- })
+ // allthemods.remove({ input: entry }); Removes indy facades, the next line does the same but ignores indy recipes
+ allthemods.remove({ input: entry, not: {mod: 'integrateddynamics'} });
+ allthemods.remove({ output: entry })
198
199
allthemods.remove({ output: /exdeorum:.*_compressed_sieve/ })
200
allthemods.remove({ output: /generatorgalore:.*_upgrade/ })
0 commit comments