Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Oct 29, 2024
1 parent 0b1ba3d commit dc1b0e7
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config/starbunclemania-server.toml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dc1b0e7

Please sign in to comment.