ComputerCraft/GLONASS/modems.info

42 lines
628 B
Text
Raw Normal View History

2024-03-15 15:12:17 +03:00
{
{
id = "modem_0",
pos = {
0,
319,
0
},
modem = nil,
primary = true
},
{
id = "modem_1",
pos = {
0,
304,
0
},
modem = nil,
primary = false
},
{
id = "modem_2",
pos = {
14,
304,
0
},
modem = nil,
primary = false
},
{
id = "modem_3",
pos = {
0,
304,
14
},
modem = nil,
primary = false
},
}