Actual Craft Times deprecated


Indicates the number of items per second a machine consumes and produces, as well as the type and quantity of belts and inserters required.

Utilities
5 years ago
0.17
9

b Belt speed's still not matched

5 years ago

it need to change each these belt speed in belt speed section. (line 56~76)
value =
tool =

and it need to fix plural for who don't use "s" for plural (line 75)

game.item_prototypes[belt].localised_name, "s"}--plural of s will be a problem
to
game.item_prototypes[belt].localised_name, caption = {'captions.plural_s'}}--plural of s will be a problem

add this in locale.cfg
[captions]
plural_s=s

and would be nice if locale file has translation string for "/s" (there's x4 "/s" in control.lua)

5 years ago

Thank you for quick update!
You missed 1 line for white bar stuff (line 74)
value = IPS / 40 to 45

New response