52 lines
2.0 KiB
TOML
52 lines
2.0 KiB
TOML
|
|
["Global Options"]
|
|
#If TRUE, most Thermal Blocks will retain Energy when dropped. This setting does not control ALL blocks.
|
|
"Blocks Retain Energy" = true
|
|
#If TRUE, most Thermal Blocks will retain Inventory Contents when dropped. This setting does not control ALL blocks.
|
|
"Blocks Retain Inventory" = false
|
|
#If TRUE, most Thermal Blocks will retain Tank Contents when dropped. This setting does not control ALL blocks.
|
|
"Blocks Retain Tank Contents" = false
|
|
#If TRUE, Thermal Blocks will retain Augments when dropped.
|
|
"Blocks Retain Augments" = true
|
|
#If TRUE, Thermal Blocks will retain Redstone Control configuration when dropped.
|
|
"Blocks Retain Redstone Control" = true
|
|
#If TRUE, Thermal Blocks will retain Side configuration when dropped.
|
|
"Blocks Retain Side Configuration" = true
|
|
#If TRUE, Thermal Blocks will retain Transfer Control configuration when dropped.
|
|
"Blocks Retain Transfer Control" = true
|
|
|
|
[Features]
|
|
#If TRUE, various 'Vanilla+' Blocks and Recipes are enabled.
|
|
"Vanilla+" = true
|
|
#If TRUE, Rockwool Blocks and Recipes are enabled.
|
|
Rockwool = true
|
|
#If TRUE, the Basalz Mob is enabled.
|
|
Basalz = true
|
|
#If TRUE, the Blitz Mob is enabled.
|
|
Blitz = true
|
|
#If TRUE, the Blizz Mob is enabled.
|
|
Blizz = true
|
|
|
|
["World Generation"]
|
|
#Set to FALSE to prevent 'Thermal Series' Apatite from generating.
|
|
Apatite = true
|
|
#Set to FALSE to prevent 'Thermal Series' Cinnabar from generating.
|
|
Cinnabar = true
|
|
#Set to FALSE to prevent 'Thermal Series' Niter from generating.
|
|
Niter = true
|
|
#Set to FALSE to prevent 'Thermal Series' Sulfur from generating.
|
|
Sulfur = true
|
|
#Set to FALSE to prevent 'Thermal Series' Copper from generating.
|
|
Copper = true
|
|
#Set to FALSE to prevent 'Thermal Series' Tin from generating.
|
|
Tin = true
|
|
#Set to FALSE to prevent 'Thermal Series' Lead from generating.
|
|
Lead = true
|
|
#Set to FALSE to prevent 'Thermal Series' Silver from generating.
|
|
Silver = true
|
|
#Set to FALSE to prevent 'Thermal Series' Nickel from generating.
|
|
Nickel = true
|
|
#Set to FALSE to prevent 'Thermal Series' Oil Sands from generating.
|
|
Oil = true
|
|
|