Actual Craft Time


Display actual craft times for assemblers, furnaces and rocket silo

Utilities
3 years ago
0.16 - 1.1
15.8K

b New Update (0.18.22) broke the mod

4 years ago

Hi,
the new update seems to have broken your mod.
It gets disabled at start up.

4 years ago
(updated 4 years ago)

custom-input does not allow consuming type script-only anymore

Changelog
0.18.22
Removed migration for CustomInputPrototype consuming types that were removed in 0.15.24.
0.15.24.
Removed CustomInputPrototype consuming types "all" and "script-only".

4 years ago

oh fun

4 years ago

Should be a simple fix, just replace "script-only" by "none".

4 years ago
(updated 4 years ago)

Should be a simple fix, just replace "script-only" by "none".

^this (it is in data.lua inside the zip btw. data.lua even explains what it is;

-- 'consuming' available options:
-- none: default if not defined
-- all: if this is the first input to get this key sequence then no other inputs listening for this sequence are fired
-- script-only: if this is the first custom input to get this key sequence then no other custom inputs listening for this sequence are fired. Normal game inputs will still be fired even if they match this sequence.
-- game-only: The opposite of script-only: blocks game inputs using the same key sequence but lets other custom inputs using the same key sequence fire.
)

4 years ago
(updated 4 years ago)

-duplicate message, please delete, couldnt find report or "delete" myself, sorry-

4 years ago

Updated

4 years ago

thank you

New response