Home

MinableProperties

The mining properties of objects. For formulas for the mining time, see mining.

Type

struct

Properties

mining_time

How many seconds are required to mine this object at 1 mining speed.

include_in_show_counts

transfer_entity_health_to_products

results

The items or fluids that are returned when this object is mined.

result

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.

fluid_amount

The amount of fluid that is used up when this object is mined. If this is > 0, this object cannot be mined by hand.

mining_particle

Name of a ParticlePrototype. Which set of particles to use.

required_fluid

Name of a FluidPrototype. The fluid that is used up when this object is mined.

count

Only loaded if results is not defined.

How many of result are dropped.

mining_trigger