Update small vessel capacity (#908)
* update small vessel capacity * update
This commit is contained in:
parent
82c6f08faf
commit
9d45ae65aa
1 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@
|
|||
#
|
||||
# Tank capacity of a crucible (in mB).
|
||||
#Range: 0 ~ 2147483645
|
||||
crucibleCapacity = 4000
|
||||
crucibleCapacity = 4032
|
||||
#
|
||||
# A modifier for how fast fluid containers empty into crucibles. Containers will empty 1 mB every (this) number of ticks.
|
||||
#Range: > 1
|
||||
|
|
@ -502,7 +502,7 @@
|
|||
#
|
||||
# Tank capacity of a small vessel (in mB).
|
||||
#Range: 0 ~ 2147483645
|
||||
smallVesselCapacity = 3000
|
||||
smallVesselCapacity = 3024
|
||||
#
|
||||
# The largest (inclusive) size of an item that is allowed in a small vessel.
|
||||
#Allowed Values: TINY, VERY_SMALL, SMALL, NORMAL, LARGE, VERY_LARGE, HUGE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue