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
Added get_blueprintable_from_JSON() and patched get_blueprintable_from_string() so that it no longer converts the string twice (accidentally)
Fixed issue where integer playback_volume values on programmable speakers wasn't getting coerced to a float and failing validation (#72)
Fixed Blueprintable objects not being correctly initialized from their constructor when JSON dicts were passed as an argument (#75)
Fixed OverlappingObjectsWarning being incorrectly emitted when Gates overlap StraightRails (they now are only emitted if they're not perpendicular to each other) (#76)
Fixed ConstantCombinator not recognizing the is_on member (#77)