Skip to content

Commit

Permalink
Update LargeFluidPump.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
trainvoi committed Oct 24, 2024
1 parent 39964d3 commit 1671cd6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions groovy/postInit/gameplay/LargeFluidPump.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ LARGE_FLUID_PUMP.recipeBuilder()
.circuitMeta(2)
.fluidOutputs(fluid('sea_water') * 1000)
.duration(20)
.biomes("ocean")
.biomes("frozen_ocean")
.biomes("deep_ocean")
.biomes("biomesoplenty:kelp_forest")
.biomes("biomesoplenty:coral_reef")
.biomes('ocean','frozen_ocean','deep_ocean','biomesoplenty:kelp_forest','biomesoplenty:coral_reef')
.EUt(16)
.buildAndRegister()

0 comments on commit 1671cd6

Please sign in to comment.