modpack/config/transportables.json5

6 lines
263 B
Text
Raw Normal View History

2022-08-19 18:29:50 +00:00
{
// Maximum teleport distance for TeleSender rail in blocks. (-1-3000000000. Default: 30, Set to -1 to disable.).
"TELESENDER_RANGE": 30,
// Maximum distance for linking carriages. (-1-3000000000. Default: 6). Set to -1 to disable.
"CARRIAGE_LINK_RANGE": 6
}