14 lines
441 B
Lua

return
{
entities =
{
{"pipe-to-ground", {x = 0.5, y = -0.5}, {dir = "south", fluids = {water = {type = "random", min = 0, max = 100}}}},
{"pipe", {x = -0.5, y = 0.5}, {}},
{"pipe-to-ground", {x = -1.5, y = 0.5}, {dir = "east", }},
{"pipe-to-ground", {x = 0.5, y = 1.5}, {}},
{"pipe", {x = 0.5, y = 0.5}, {}},
{"pipe", {x = 1.5, y = 0.5}, {}},
{"pipe-to-ground", {x = 2.5, y = 0.5}, {dir = "west", }},
},
}