This commit is contained in:
Jacob Vinding
2025-12-27 00:06:47 +01:00
commit 1c991e905d
1095 changed files with 172738 additions and 0 deletions

View File

@@ -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
}