The mining properties of objects. For formulas for the mining time, see mining.
mining_time | :: double | How many seconds are required to mine this object at 1 mining speed. |
How many seconds are required to mine this object at 1 mining speed. | ||
include_in_show_counts optional | :: bool | |
results optional | :: array[ProductPrototype] | The items that are returned when this object is mined. |
The items that are returned when this object is mined. | ||
result optional | :: ItemID | Only loaded if |
Only loaded if | ||
fluid_amount optional | :: FluidAmount | The amount of fluid that is used up when this object is mined. [...] |
The amount of fluid that is used up when this object is mined. [...] | ||
mining_particle optional | :: ParticleID | Name of a ParticlePrototype. [...] |
Name of a ParticlePrototype. [...] | ||
required_fluid optional | :: FluidID | Name of a FluidPrototype. [...] |
Name of a FluidPrototype. [...] | ||
count optional | :: uint16 | Only loaded if |
Only loaded if | ||
mining_trigger optional | :: Trigger |
mining_time | :: double | How many seconds are required to mine this object at 1 mining speed. |
How many seconds are required to mine this object at 1 mining speed. | ||
count optional | :: uint16 | Only loaded if |
Only loaded if | ||
fluid_amount optional | :: FluidAmount | The amount of fluid that is used up when this object is mined. [...] |
The amount of fluid that is used up when this object is mined. [...] | ||
include_in_show_counts optional | :: bool | |
mining_particle optional | :: ParticleID | Name of a ParticlePrototype. [...] |
Name of a ParticlePrototype. [...] | ||
mining_trigger optional | :: Trigger | |
required_fluid optional | :: FluidID | Name of a FluidPrototype. [...] |
Name of a FluidPrototype. [...] | ||
result optional | :: ItemID | Only loaded if |
Only loaded if | ||
results optional | :: array[ProductPrototype] | The items that are returned when this object is mined. |
The items that are returned when this object is mined. |
How many seconds are required to mine this object at 1 mining speed.
The items that are returned when this object is mined.
Only loaded if results
is not defined.
Which item is dropped when this is mined. Cannot be empty. If you want the entity to not be minable, don't specify the minable properties, if you want it to be minable with no result item, don't specify the result at all.
Default: 0
The amount of fluid that is used up when this object is mined. If this is > 0, this object cannot be mined by hand.
Name of a ParticlePrototype. Which set of particles to use.
Name of a FluidPrototype. The fluid that is used up when this object is mined.
Default: 1
Only loaded if results
is not defined.
How many of result are dropped.