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
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.