[Resolved] Minable / Results Question
Posted: Wed Apr 20, 2016 7:05 pm
Hi,
I'd like to have it that if I mine my entity I get more than one item/result.
Below is the current code:
Below is what I was hoping to get, but is not working:
How do I have the results be 5 of the Building Materials and what if I wanted two different results. Let's say 5 Building Materials and 5 Stone?
Thanks.
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.