File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/gregtechceu/gtceu/utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -382,10 +382,10 @@ public static int getPumpBiomeModifier(Holder<Biome> biome) {
382382 if (biome .is (BiomeTags .IS_DEEP_OCEAN ) || biome .is (BiomeTags .IS_OCEAN ) || biome .is (BiomeTags .IS_BEACH ) ||
383383 biome .is (BiomeTags .IS_RIVER )) {
384384 return FluidType .BUCKET_VOLUME ;
385- } else if (biome .is (Tags .Biomes .IS_SWAMP ) || biome .is (Tags .Biomes .IS_WET )) {
386- return FluidType .BUCKET_VOLUME * 4 / 5 ;
387385 } else if (biome .is (BiomeTags .IS_JUNGLE )) {
388386 return FluidType .BUCKET_VOLUME * 35 / 100 ;
387+ } else if (biome .is (Tags .Biomes .IS_SWAMP ) || biome .is (Tags .Biomes .IS_WET )) {
388+ return FluidType .BUCKET_VOLUME * 4 / 5 ;
389389 } else if (biome .is (Tags .Biomes .IS_SNOWY )) {
390390 return FluidType .BUCKET_VOLUME * 3 / 10 ;
391391 } else if (biome .is (Tags .Biomes .IS_PLAINS ) || biome .is (BiomeTags .IS_FOREST )) {
You can’t perform that action at this time.
0 commit comments