Skip to content

Commit 9ec2c02

Browse files
authored
that bracket was in the wrong line
1 parent 85d6b0f commit 9ec2c02

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

kubejs/server_scripts/tweaks/removals.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -197,26 +197,26 @@ ServerEvents.recipes((allthemods) => {
197197
// allthemods.remove({ input: entry }); Removes indy facades, the next line does the same but ignores indy recipes
198198
allthemods.remove({ input: entry, not: { mod: "integrateddynamics" } })
199199
allthemods.remove({ output: entry })
200-
201-
allthemods.remove({ output: /exdeorum:.*_compressed_sieve/ })
202-
allthemods.remove({ output: /generatorgalore:.*_upgrade/ })
203-
allthemods.remove({ id: `create:crushing/nether_gold_ore` })
204-
allthemods.remove({ id: `create:crushing/deepslate_gold_ore` })
205-
allthemods.remove({ id: `create:crushing/netherrack` })
206-
allthemods.remove({ id: `create:crushing/ochrum_recycling` })
207-
allthemods.remove({ id: `mekanism:sulfur_dye` })
208-
allthemods.remove({ id: "alltheores:alloysmelter/brass/ingot" })
209-
allthemods.remove({ id: "soulshards:vile_dust_from_soul_sand" })
210-
allthemods.remove({ id: "oritech:crafting/alloy/steel" })
211-
allthemods.remove({ id: "silentgear:graded_mat_test" })
212-
allthemods.remove({ id: "silentgear:diamond_shard" })
213-
allthemods.remove({ id: "actuallyadditions:tagged_slime_block" })
214-
allthemods.remove({ id: `mekanism:compat/ae2/sand_to_silicon` })
215-
allthemods.remove({ id: `create:crushing/deepslate_copper_ore` })
216-
allthemods.remove({ id: `create:crushing/deepslate_zinc_ore` })
217-
allthemods.remove({ id: `create:crushing/deepslate_iron_ore` })
218-
allthemods.remove({ id: `create:crushing/tuff_recycling` })
219200
})
201+
202+
allthemods.remove({ output: /exdeorum:.*_compressed_sieve/ })
203+
allthemods.remove({ output: /generatorgalore:.*_upgrade/ })
204+
allthemods.remove({ id: `create:crushing/nether_gold_ore` })
205+
allthemods.remove({ id: `create:crushing/deepslate_gold_ore` })
206+
allthemods.remove({ id: `create:crushing/netherrack` })
207+
allthemods.remove({ id: `create:crushing/ochrum_recycling` })
208+
allthemods.remove({ id: `mekanism:sulfur_dye` })
209+
allthemods.remove({ id: "alltheores:alloysmelter/brass/ingot" })
210+
allthemods.remove({ id: "soulshards:vile_dust_from_soul_sand" })
211+
allthemods.remove({ id: "oritech:crafting/alloy/steel" })
212+
allthemods.remove({ id: "silentgear:graded_mat_test" })
213+
allthemods.remove({ id: "silentgear:diamond_shard" })
214+
allthemods.remove({ id: "actuallyadditions:tagged_slime_block" })
215+
allthemods.remove({ id: `mekanism:compat/ae2/sand_to_silicon` })
216+
allthemods.remove({ id: `create:crushing/deepslate_copper_ore` })
217+
allthemods.remove({ id: `create:crushing/deepslate_zinc_ore` })
218+
allthemods.remove({ id: `create:crushing/deepslate_iron_ore` })
219+
allthemods.remove({ id: `create:crushing/tuff_recycling` })
220220
})
221221

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

0 commit comments

Comments
 (0)