Skip to content

Commit 85a101b

Browse files
committed
someone ate my brackets
1 parent fce38e9 commit 85a101b

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

kubejs/server_scripts/tweaks/removals.js

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

194194
seedRemovals.forEach((entry) => {
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 })
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

199-
allthemods.remove({ output: /exdeorum:.*_compressed_sieve/ })
200-
allthemods.remove({ output: /generatorgalore:.*_upgrade/ })
201-
allthemods.remove({ id: `create:crushing/nether_gold_ore` })
202-
allthemods.remove({ id: `create:crushing/deepslate_gold_ore` })
203-
allthemods.remove({ id: `create:crushing/netherrack` })
204-
allthemods.remove({ id: `create:crushing/ochrum_recycling` })
205-
allthemods.remove({ id: `mekanism:sulfur_dye` })
206-
allthemods.remove({ id: "alltheores:alloysmelter/brass/ingot" })
207-
allthemods.remove({ id: "soulshards:vile_dust_from_soul_sand" })
208-
allthemods.remove({ id: "oritech:crafting/alloy/steel" })
209-
allthemods.remove({ id: "silentgear:graded_mat_test" })
210-
allthemods.remove({ id: "silentgear:diamond_shard" })
211-
allthemods.remove({ id: "actuallyadditions:tagged_slime_block" })
212-
allthemods.remove({ id: `mekanism:compat/ae2/sand_to_silicon` })
213-
allthemods.remove({ id: `create:crushing/deepslate_copper_ore` })
214-
allthemods.remove({ id: `create:crushing/deepslate_zinc_ore` })
215-
allthemods.remove({ id: `create:crushing/deepslate_iron_ore` })
216-
allthemods.remove({ id: `create:crushing/tuff_recycling` })
199+
allthemods.remove({ output: /exdeorum:.*_compressed_sieve/ })
200+
allthemods.remove({ output: /generatorgalore:.*_upgrade/ })
201+
allthemods.remove({ id: `create:crushing/nether_gold_ore` })
202+
allthemods.remove({ id: `create:crushing/deepslate_gold_ore` })
203+
allthemods.remove({ id: `create:crushing/netherrack` })
204+
allthemods.remove({ id: `create:crushing/ochrum_recycling` })
205+
allthemods.remove({ id: `mekanism:sulfur_dye` })
206+
allthemods.remove({ id: "alltheores:alloysmelter/brass/ingot" })
207+
allthemods.remove({ id: "soulshards:vile_dust_from_soul_sand" })
208+
allthemods.remove({ id: "oritech:crafting/alloy/steel" })
209+
allthemods.remove({ id: "silentgear:graded_mat_test" })
210+
allthemods.remove({ id: "silentgear:diamond_shard" })
211+
allthemods.remove({ id: "actuallyadditions:tagged_slime_block" })
212+
allthemods.remove({ id: `mekanism:compat/ae2/sand_to_silicon` })
213+
allthemods.remove({ id: `create:crushing/deepslate_copper_ore` })
214+
allthemods.remove({ id: `create:crushing/deepslate_zinc_ore` })
215+
allthemods.remove({ id: `create:crushing/deepslate_iron_ore` })
216+
allthemods.remove({ id: `create:crushing/tuff_recycling` })
217+
})
217218
})
218219

219220
ServerEvents.generateData("after_mods", (allthemods) => {

0 commit comments

Comments
 (0)