Skip to content

0.4.4

Compare
Choose a tag to compare
@Stevertus Stevertus released this 03 Jan 21:26
· 37 commits to master since this release
  • added PlayerJoin.rejoin to only detect once joined players
  • added version aware translation of barrier and light particles when setting version to 18
  • added --clean(-c) option to easily remove all files and folders that would be generated by objD with the same options to easily clean junk
  • added experimental Multithreading option --useIsolates for saving files, let me know if you see performance improvements using it
  • added type property to Score to easily change scoreboard types and inherit right type from Scoreboard[] method
  • updated enums to use latest Dart 2.15 features
  • updated blocks and items to 1.18.1
  • updated default version to 1.18, also changing pack format
  • updated PlayerJoin to correctly handle initial joins as well(Thanks to SyntheticDev for the implementation)
  • fixed .mcfunction extension appearing in Context's file path(used by File.recursive and others)
  • fixed JsonFile not being exported
  • fixed Team Widget wrongly generate seeFriendlyInvisible when seeInvisible is set
  • removed unnessary imports

Shoutouts to @Synthetic-Dev, Dan Gaming and firecraftgaming over on Discord for reporting many of these bugs!