Code: Select all
category = "basic-fluid",
minable =
{
hardness = 1,
mining_time = 1,
results =
{
{
type = "fluid",
name = "crude-oil",
amount_min = 1,
amount_max = 1,
probability = 1
}
}
}
Code: Select all
minable =
{
category = "basic-solid",
hardness = 0.4,
mining_particle = "copper-ore-particle",
mining_time = 2,
result = "copper-ore"
},
minable =
{
category = "advanced-solid",
hardness = 1,
mining_time = 1,
results =
{
{
type = "fluid",
name = "copper-ore-fluid",
amount_min = 1,
amount_max = 1,
probability = 1
}
}
}