Inital Files
This commit is contained in:
commit
e39936e85d
101 changed files with 4985 additions and 0 deletions
12
config/Mekanism/common.toml
Normal file
12
config/Mekanism/common.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
#Displayed energy type in Mekanism GUIs (client) and network reader readings (server).
|
||||
#Allowed Values: JOULES, FORGE_ENERGY
|
||||
energyType = "FORGE_ENERGY"
|
||||
#Displayed temperature unit in Mekanism GUIs (client) and network reader readings (server).
|
||||
#Allowed Values: KELVIN, CELSIUS, RANKINE, FAHRENHEIT, AMBIENT
|
||||
temperatureUnit = "KELVIN"
|
||||
#Display the time it will take for radiation to decay when readings are above safe levels. Set this to false on the client side to disable MekaSuit Geiger and Dosimeter Unit timers. Set this to false on the server side to disable handheld Geiger Counter and Dosimeter timers.
|
||||
enableDecayTimers = true
|
||||
#Determines whether machine configuration data is copied when using middle click. If this is set to false no data will be copied and the default instance of the stack will be returned.
|
||||
copyBlockData = true
|
||||
#Should holiday greetings and easter eggs play for holidays (ex: Christmas and New Years) on the client. Also controls whether Robit's with the default skin should have their skin randomized on the server.
|
||||
holidays = true
|
Loading…
Add table
Add a link
Reference in a new issue