Types/MinableProperties
Revision as of 13:18, 20 August 2014 by ForFoxAche (talk | contribs) (Created page with "MinableProperties are specified by a list of Types/string == mining_time == How long it takes to mine this object. Influenced by hardness - higher hardness means longer ...")
MinableProperties are specified by a list of Types/string
mining_time
How long it takes to mine this object.
Influenced by hardness - higher hardness means longer mining time
hardness
An axe will lose this much durability when the item is mined.
An axe is not able to mine an object with a hardness equal or greater than its mining power.
Influences mining time - higher hardness means longer mining time
result
Which item is dropped when this is mined
count
How many of result are dropped
mining_particle
Which set of particles to use.
wooden-particle | |
coal-particle | |
stone-particle | |
shell-particle | |
iron-ore-particle | |
copper-ore-particle |
Example
minable = { mining_time = 1, hardness = 0.5, result = "raw-wood", count = 5, mining_particle = "wooden-particle"}