fix moon helium depleted yield being bigger than the minimum yield
This commit is contained in:
parent
d9774c2dda
commit
a7aef94e01
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ function registerGTCEUBedrockFluidVeins(event) {
|
|||
vein.maximumYield(50)
|
||||
vein.depletionAmount(1)
|
||||
vein.depletionChance(1)
|
||||
vein.depletedYield(50)
|
||||
vein.depletedYield(20)
|
||||
})
|
||||
|
||||
event.add('tfg:moon_argon', vein => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue