16 lines
457 B
Lua
16 lines
457 B
Lua
return
|
|
{
|
|
entities =
|
|
{
|
|
{"copper-pipe", {x = -2.5, y = -0.5}, {}},
|
|
{"iron-chest", {x = 0.5, y = -1.5}, {}},
|
|
{"bob-area-mining-drill-1", {x = 0.5, y = 0.5}, {}},
|
|
{"copper-pipe", {x = 3.5, y = -0.5}, {}},
|
|
{"copper-pipe", {x = -3.5, y = 0.5}, {}},
|
|
{"copper-pipe", {x = -2.5, y = 1.5}, {}},
|
|
{"copper-pipe", {x = -2.5, y = 0.5}, {}},
|
|
{"copper-pipe", {x = -1.5, y = 0.5}, {}},
|
|
{"copper-pipe", {x = 2.5, y = 0.5}, {}},
|
|
},
|
|
}
|