Commit b0f50b8 1 parent e377a8d commit b0f50b8 Copy full SHA for b0f50b8
File tree 1 file changed +3
-3
lines changed
src/main/java/com/dreammaster/bartworksHandler
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,15 +244,15 @@ private void runGTRecipes() {
244
244
// Ti & O Plasma Recipes
245
245
GTValues .RA .stdBuilder ().fluidInputs (Aluminium .getMolten (144 ), Fluorine .getGas (144 ))
246
246
.fluidOutputs (Titanium .getPlasma (144 )).duration (8 * SECONDS ).eut (49_152 )
247
- .metadata (FUSION_THRESHOLD , 100_000_000 ).addTo (fusionRecipes );
247
+ .metadata (FUSION_THRESHOLD , 100_000_000L ).addTo (fusionRecipes );
248
248
249
249
GTValues .RA .stdBuilder ().fluidInputs (Helium .getPlasma (144 ), Lithium .getMolten (144 ))
250
250
.fluidOutputs (Boron .getPlasma (144 )).duration (12 * SECONDS ).eut (10_240 )
251
- .metadata (FUSION_THRESHOLD , 50_000_000 ).addTo (fusionRecipes );
251
+ .metadata (FUSION_THRESHOLD , 50_000_000L ).addTo (fusionRecipes );
252
252
253
253
GTValues .RA .stdBuilder ().fluidInputs (Boron .getPlasma (144 ), Lithium .getMolten (144 ))
254
254
.fluidOutputs (Oxygen .getPlasma (144 )).duration (12 * SECONDS ).eut (49_152 )
255
- .metadata (FUSION_THRESHOLD , 100_000_000 ).addTo (fusionRecipes );
255
+ .metadata (FUSION_THRESHOLD , 100_000_000L ).addTo (fusionRecipes );
256
256
257
257
GTValues .RA .stdBuilder ().itemInputs (GTUtility .getIntegratedCircuit (2 ))
258
258
.fluidInputs (RadoxGas .getGas (2160 ), Oxygen .getPlasma (7500L ), Titanium .getPlasma (100L ))
You can’t perform that action at this time.
0 commit comments