You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Internationalization part 1 (#467)
Part 1 of (hopefully) 2 for internationalizing Yafc. Primarily, this
downloads an appropriate Noto Sans font for languages Roboto doesn't
support, and then restarts to switch to that font.
fix: Update defines.lua to work with 2.0.38 (#431)
Fixes#430
defines.prototypes should contain all prototype types for a proper load
order of all prototypes
fix(#419): Products after a fluid did not link correctly. (#420)
Fluid products caused subsequent products to display the wrong link
information. Moving the `i++` out one set of curlies fixed things in
Simon's sample, and then I looked at it and realized it should just be a
for loop, rather than a foreach-with-counter loop.