-
Notifications
You must be signed in to change notification settings - Fork 3
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
caishangqi
committed
Jun 21, 2020
1 parent
65dbda4
commit a3206fb
Showing
41 changed files
with
30,440 additions
and
22,138 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,14 @@ | ||
# Configuration file | ||
|
||
general { | ||
# Embers energy generating blocks can produce Forge Energy | ||
B:"Embers Can Produce FE"=true | ||
|
||
# Forge Energy amount equals default Ember amount (10) times this number | ||
D:"Embers Multiplier"=100.0 | ||
|
||
# FE generating blocks can produce Embers energy | ||
B:"FE Can Produce Embers"=false | ||
} | ||
|
||
|
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
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,44 @@ | ||
# Configuration file | ||
|
||
sapphire_ore { | ||
# the chance of a sapphire ore spawning [range: 1 ~ 500, default: 15] | ||
I:Chance=15 | ||
|
||
# Should Sapphire Ore be spawned in the world. [default: true] | ||
B:"Generate Ore"=true | ||
|
||
# the largest amount of sapphire found in one vein [range: 1 ~ 500, default: 8] | ||
I:"Max Vein Size"=8 | ||
|
||
# the maximum Y coord where this will spawn [range: 1 ~ 500, default: 16] | ||
I:"Max Y"=16 | ||
|
||
# the smallest amount of sapphire found in one vein [range: 1 ~ 500, default: 2] | ||
I:"Min Vein Size"=2 | ||
|
||
# the minimum Y coord where this will spawn [range: 1 ~ 500, default: 2] | ||
I:"Min Y"=2 | ||
} | ||
|
||
|
||
settings { | ||
# how frequently to update energy, increase if server is lagging [range: 0 ~ 100, default: 10] | ||
I:"Energy Reader Rate"=10 | ||
|
||
# how frequently to update fluids, increase if server is lagging [range: 0 ~ 100, default: 10] | ||
I:"Fluid Reader Rate"=10 | ||
|
||
# how frequently to update info, increase if server is lagging [range: 0 ~ 100, default: 20] | ||
I:"Info Reader Rate"=20 | ||
|
||
# how frequently to update inventories, increase if server is lagging [range: 0 ~ 100, default: 20] | ||
I:"Inventory Reader Rate"=20 | ||
|
||
# logs when anything is connected to and from a networks, good for debugging [default: false] | ||
B:"Log Connection Events"=false | ||
|
||
# how frequently to update each Transfer Node, increase if server is lagging [range: 0 ~ 100, default: 20] | ||
I:"Transfer Network Rate"=20 | ||
} | ||
|
||
|
Oops, something went wrong.