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
1 year, 11 days ago
0.16 - 2.0
4.61K
Mining Logistic network

b no result from uranium processing

11 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

6 months ago

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

New response