Actual Craft Time


Display actual craft times for assemblers, furnaces and rocket silo

Utilities
3 years ago
0.16 - 1.1
15.6K

b v 0.3 crashes the game when opening burner miner

5 years ago

Title is descriptive enough. This seems to happen every time. It didn't happen with the previous version. Please fix this, I really like this mod.

5 years ago
(updated 5 years ago)

+1. Crashes also with all other mods disabled. Throws error "Entity is not crafting-machine".

Edit:
I've made simple patch (forces mod to ignore recipes for mining drills) for this problem: http://wklejto.pl/710285
Or just add " if entity.type == "mining-drill" then return nil end" under line 30 (right after "local function getRecipe(entity)") in your own modification file.
Patch is not guaranteed to work for later games as this is my first look at any lua code, but it works for me as i'm still in early game.

5 years ago

github has version 0.3.3. https://github.com/osldgoth/Actual-Craft-Time/releases/tag/v0.3.3. try that version. I'm working on 0.3.4 atm partly as I introduced a small non critical bug in 0.3.3

5 years ago

Why not upload it here?

5 years ago

@Erythion: probably because he didn't want to publish a buggy 0.3.3, and only wanted to offer that to those people who absolutely need it, but not to the general public as the most recent stable version.

5 years ago

Well, as long as it's not as severe as crashing when you click on custom miners, I say it's better to put this version out than the crashy one.

New response