Skip to content

v0.0.14-pre

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jan 20:37
· 42 commits to master since this release

Important notice: This is a prerelease because I rewrote a few core components of the block system. I've tested this as well as I can, but I'm sure I missed some stuff, so expect crashes.

Please make a backup before upgrading, because the NBT format has changed and this version isn't backwards compatible with <v0.0.13. Any picked blocks will be erased due to the NBT format needed by the block randomization system.

Change summary:

  • Added block randomization to geometry (gated behind MMB+sneaking until I update the radial menu)
  • Added rotating to most vanilla blocks (everything that matters)
  • Added block picking for ArchitectureCraft blocks in the geometry mode (will save rotations)
  • Fixed ArchitectureCraft block transforming (will now rotate/flip properly)
  • Added sign, repeater, vanilla rail, etc copying
  • Fixed cover tick rate copying
  • Fixed exchanging removing blocks when there aren't enough items
  • Fixed cables (hopefully for the last time)
  • Improved AE & GT cable replacing (AE will keep existing parts, GT will keep existing covers)

Commits:

  • proper cloning
  • block state emulation layer
  • block property copying
  • update
  • fix drawer rotating
  • architecturecraft rotating
  • move PendingBlock
  • update readme
  • Update README.md
  • block spec
  • fix block exchanging w/ insufficient items
  • arch. block picking & placing in geom modes
  • fix NPE
  • clean up
  • reduce nbt size + misc archcraft fixes
  • RIP TileAnalysisResult
  • fix cables yet again
  • fix cover tick rate copying
  • copy repeater delay
  • improve block spec null handling
  • fix chest facing property
  • update readme
  • misc cleanup