From dc1b0e72b1a2e44e73d1ca9231f3ed6876aafdd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Pilgaard=20Gr=C3=B8ndahl?= Date: Tue, 29 Oct 2024 19:25:32 +0100 Subject: [PATCH] #179 --- config/starbunclemania-server.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 config/starbunclemania-server.toml diff --git a/config/starbunclemania-server.toml b/config/starbunclemania-server.toml new file mode 100644 index 00000000..207ccf9e --- /dev/null +++ b/config/starbunclemania-server.toml @@ -0,0 +1,30 @@ +["General Configs"] + #Value of milli-bucket of fluid converted in source by the sourcelink + #Example entry: "minecraft:lava=1.6" + fluid_to_source = [] + #Source cost to make a bucket of liquid source. + #Range: > 1 + source_condense_cost = 1000 + #Transfer rate of the fluid starbuncles + #Range: > 1 + starbucket_ratio = 1000 + #Transfer rate of the energy starbuncles + #Range: > 1 + starbattery_ratio = 100000 + #Transfer rate of the gas starbuncles + #Range: > 1 + starballoon_ratio = 1000 + #Threshold of the fluid starbuncles, lower this if you need them to check and fill more often. + #Range: > 1 + starbucket_threshold = 250 + #Threshold rate of the energy starbuncles, lower this if you need them to check and fill more often. + #Range: > 1 + starbattery_threshold = 1000 + #Threshold rate of the gas starbuncles, lower this if you need them to check and fill more often. + #Range: > 1 + starballoon_threshold = 250 + +["Mekanism Compat"] + #How much energy is produced per mB of Gaseous Source + #Range: 0 ~ 9223372036854775807 + source_gas_energy_density = 200