Skip to content

1.0.5

Compare
Choose a tag to compare
@redruin1 redruin1 released this 12 Jun 17:32
· 130 commits to main since this release
  • 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)