Here is Hydraulic Pumpjack from this mod.
This entity is a mining drill with input_fluid_box for water supply and output_fluid_box for crude oil production.
But this description said that our production is ore, not liquids.
This deep-crude-oil has:
Code: Select all
minable = {
hardness = 1,
mining_time = 1,
results = {
{
-- amount_max = 10,
-- amount_min = 10,
amount = 10,
name = "crude-oil",
probability = 1,
type = "fluid"
}
},
fluid_amount = 25,
required_fluid = "water"