-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b1ba3d
commit dc1b0e7
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |