Skip to content

Pre-release 0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@StackDoubleFlow StackDoubleFlow released this 10 Jul 00:58
· 759 commits to master since this release

New features

  • Added hoppers for signal strength
  • Added ability to drop items (items will disappear)
  • Added command autocomplete
  • Added stone buttons
  • Added sea pickels (yes)
  • Added tp only requiring part of player's username and is no longer case-sensative
  • Added constant time of day (noon)
  • /speed command (#12)

Fixes

  • Fixed not being able to toggle levers with items in hand
  • Fixed schematic loading sometimes turning blocks into noteblocks
  • Fixed redstone torch timings
  • Fixed spawning in with wrong selected slot
  • Fixed chunks near plot borders disappearing
  • Fixed wrong number of command arguments causing crashes
  • Fixed signs not displaying when loaded from schematic

Internal changes:

  • Block Entities are now stored per-chunk instead of per-plot
  • A new chunkloading system
  • Make worldedit pasting faster by not iterating through every chunk in a plot
  • Change compression theshold to 256
  • Prettier error messages