Continuation of Space Factorissimo by Shadox for factorio 1.1.
Important! Do not update to >1.0.0 verstions for old saves. notnotmelon's fork is not compatible with MagmaMcFry's Factorissimo2 mod. This is safe for new saves.
I'm not entirely sure why, but I can't pick up any space factory buildings by hand, I have to make my bots pick them up for me. The regular factory buildings pick up fine, but the space ones don't.
do you get an error, when trying to pick them up by hand?
are you sure, you are not in satellite view, when you tried that?
do you maybe have a mod, that restricts picking up things by hand?
No error, it just wouldn't mine. I was definitely there in person - the progress bar for mining doesn't even show up, and in NavSat view it normally does(though it stays completely black). I don't think I have a mod that prevents me mining anything by hand, no.
Seems the author made a mistake in codes.
Open the Factorio\mods\space-factorissimo-updated_1.0.2.zip\prototypes\factory.lua
find line 33 and line 104
mineable = {mining_time = 5, result = "space-factory-1", count = 1},
correct the word "mineable" to "minable":
minable = {mining_time = 5, result = "space-factory-1", count = 1},
this can solve the problem