Peppermint Mining

by Mylon

Mark ore with the Peppermint tool and construction bots will start mining it. Or enable Nougat Mining mode and it'll happen automatically!

Content
10 months ago
0.16 - 2.0
4.56K
Mining Logistic network

b no result from uranium processing

9 months ago

i noticed that the proto uranium processing has no output items.
from my basic understanding of the lua, it seems to be because resource.mineable.results is empty while resource.mineable.result (without the s at the end) is filled.
i got it working by creating a results array myself in the case of result (no s) is truthy and use it when defining the recipe: results = {{type="item", name=resource.minable.result, amount=1}} (in case mineable.results is not empty, then use that instead)
no clue if that works for modded resources

thanks for the mod

4 months ago

Thanks for sharing your fix, just ran into that issue as well

New response