@@ -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 : / e x d e o r u m : .* _ c o m p r e s s e d _ s i e v e / } )
202- allthemods . remove ( { output : / g e n e r a t o r g a l o r e : .* _ u p g r a d e / } )
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 : / e x d e o r u m : .* _ c o m p r e s s e d _ s i e v e / } )
203+ allthemods . remove ( { output : / g e n e r a t o r g a l o r e : .* _ u p g r a d e / } )
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
222222ServerEvents . generateData ( "after_mods" , ( allthemods ) => {
0 commit comments