@@ -138,8 +138,8 @@ private static void bauxiteProcess(Consumer<FinishedRecipe> provider) {
138138 ELECTROMAGNETIC_SEPARATOR_RECIPES .recipeBuilder ("bauxite_slag_separation" )
139139 .inputItems (dust , BauxiteSlag )
140140 .outputItems (dust , Salt )
141- .chancedOutput (dust , Neodymium , 2000 , 250 )
142- .chancedOutput (dust , Chromium , 1000 , 250 )
141+ .chancedOutput (dust , Neodymium , 2000 , 0 )
142+ .chancedOutput (dust , Chromium , 1000 , 0 )
143143 .duration (50 ).EUt (VA [MV ]).save (provider );
144144
145145 // Bauxite Sludge -> Calcite (looped) + Decalcified Bauxite Sludge
@@ -154,11 +154,11 @@ private static void bauxiteProcess(Consumer<FinishedRecipe> provider) {
154154 CENTRIFUGE_RECIPES .recipeBuilder ("bauxite_sludge_centrifuge" )
155155 .inputFluids (DecalcifiedBauxiteSludge .getFluid (250 ))
156156 .outputItems (dust , Rutile , 2 )
157- .chancedOutput (dust , Gallium , 5000 , 550 )
158- .chancedOutput (dust , Gallium , 3000 , 800 )
159- .chancedOutput (dust , Gallium , 1000 , 1000 )
160- .chancedOutput (dust , SiliconDioxide , 9000 , 250 )
161- .chancedOutput (dust , Iron , 8000 , 250 )
157+ .chancedOutput (dust , Gallium , 5000 , 0 )
158+ .chancedOutput (dust , Gallium , 3000 , 0 )
159+ .chancedOutput (dust , Gallium , 1000 , 0 )
160+ .chancedOutput (dust , SiliconDioxide , 9000 , 0 )
161+ .chancedOutput (dust , Iron , 8000 , 0 )
162162 .outputFluids (Water .getFluid (250 ))
163163 .duration (100 ).EUt (VA [MV ]).save (provider );
164164 }
0 commit comments