mirror of
https://github.com/Rushilwiz/to-the-skies.git
synced 2025-04-03 20:20:18 -04:00
12 lines
424 B
TOML
12 lines
424 B
TOML
|
|
#General settings for all mods using mcjtylib
|
|
[general]
|
|
#If true dump a lot of logging information about various things. Useful for debugging
|
|
logging = false
|
|
#If true then blocks using mcjtylib will have ownership tagged on them (useful for the rftools security manager)
|
|
manageOwnership = true
|
|
#The maximum amount of dimensional shards that can be infused in a single machine
|
|
#Range: > 1
|
|
maxInfuse = 256
|
|
|