I'd like to have it that if I mine my entity I get more than one item/result.
Below is the current code:
Code: Select all
minable = {hardness = 0.8, mining_time = 1.5, result = "Building_Materials"},
Code: Select all
minable = {hardness = 0.8, mining_time = 1.5, results = {type="item", name="Building_Materials", amount=5}},
Thanks.