15 lines
389 B
TOML
15 lines
389 B
TOML
|
|
#Mekanism Additions Config. This config is synced between server and client.
|
|
[additions]
|
|
#TCP port for the Voice server to listen on.
|
|
#Range: 1 ~ 65535
|
|
VoicePort = 36123
|
|
#Radius of the explosion of Obsidian TNT.
|
|
obsidianTNTBlastRadius = 12
|
|
#Enables the voice server for Walkie Talkies.
|
|
voiceServerEnabled = false
|
|
#Fuse time for Obsidian TNT.
|
|
#Range: > 0
|
|
obsidianTNTDelay = 100
|
|
|