Update small vessel capacity (#908)
* update small vessel capacity * update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user