From 9d45ae65aaf0a4074b02132d7ce940819197ba8a Mon Sep 17 00:00:00 2001 From: Risuga Date: Tue, 22 Apr 2025 11:23:45 -0700 Subject: [PATCH] Update small vessel capacity (#908) * update small vessel capacity * update --- defaultconfigs/tfc-server.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaultconfigs/tfc-server.toml b/defaultconfigs/tfc-server.toml index 580368763..0b9111095 100644 --- a/defaultconfigs/tfc-server.toml +++ b/defaultconfigs/tfc-server.toml @@ -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