The fix Worked perfect for accumulators & solar panels.
Fixed grinder as well.
The problem is with quarts
![Sad :(](./images/smilies/icon_e_sad.gif)
Mistake :Entity prototype Quartz Ore doesn't have an order string
Code: Select all
order = "quartzorwhatever",
yep, though for some reason I also needed to add crafting_speed = 0.5, to the grinder (I downloaded V3.2 fresh). Hm, the order string was needed for the resource not the entity/item. Didn't realize that was changed in 0.8 as well, though it makes sense I suppose. 0.8 is not a giant change (for modding) unless the mod is largeDRBLN wrote:Concerning grinder, I easily fixed it
the line should be:
energy_usage = "10W",
In general the fix is pretty simple.
Just 4 files have to be updated.
I can keep it updated if you like!Nirahiel wrote:You can make pull requests, i'll be happy to review them
Also, I still didnt find the motivation to play Factorio again >_<
It has something to do with me wanting to have a perfect product line. :s
Geez, why am I that OCD