Code: Select all
results =
{
{
type = "fluid",
name = "thing-a",
amount_min = 1,
amount_max = 1,
probability = 1
},
{
type = "fluid",
name = "thing-b",
amount_min = 1,
amount_max = 1,
probability = 1
}
}
But the pumpjack has only a single output, so there's only room for one thing to be output, so only one thing is.
So I modify the pumpjack (really, a new item, mostly copy-pasted) so that the fluidbox looks like this:
Code: Select all
fluid_box =
{
base_area = 1,
base_level = 1,
pipe_covers = pipecoverspictures(),
pipe_connections =
{
{
positions = { {-1, -2}, {2, 1}, {1, 2}, {-2, -1} }
},
{
positions = { {1, -2}, {2, -1}, {-1, 2}, {-2, 1} }
}
},
},