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 78cdb97 commit 39964d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion groovy/postInit/gameplay/LargeFluidPump.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@ LARGE_FLUID_PUMP.recipeBuilder()
.fluidOutputs(fluid('sea_water') * 1000)
.duration(20)
.biomes("ocean")
.biomes("frozen_ocean")
.biomes("deep_ocean")
.biomes("biomesoplenty:kelp_forest")
.biomes("biomesoplenty:coral_reef")
.EUt(16)
.buildAndRegister()
.buildAndRegister()

0 comments on commit 39964d3

Please sign in to comment.