@@ -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 : / e x d e o r u m : .* _ c o m p r e s s e d _ s i e v e / } )
200- 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 / } )
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 : / e x d e o r u m : .* _ c o m p r e s s e d _ s i e v e / } )
200+ 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 / } )
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
219220ServerEvents . generateData ( "after_mods" , ( allthemods ) => {
0 commit comments