Skip to content

Releases: lambdaisland/witchcraft

v0.37.324

Choose a tag to compare

@plexus plexus released this 19 Jun 10:04

Changed

  • Bumped our version of XSeries, which
    makes us now compatible with Minecraft 1.19

v0.36.317

Choose a tag to compare

@plexus plexus released this 08 Jun 06:51

Added

  • Add world-seed

v0.35.314

Choose a tag to compare

@plexus plexus released this 08 Jun 06:49

Fixed

  • fix empty-inventory and shapes/line

v0.34.310

Choose a tag to compare

@plexus plexus released this 07 Jun 09:04

Fixed

  • Fix chicken-shape example
  • Optimize wc/loc for maps and vectors
  • Augment launcher code to deal with spaces in paths

v0.33.307

Choose a tag to compare

@plexus plexus released this 05 Jun 11:37

Added

  • Add set-game-mode

v0.32.303

Choose a tag to compare

@plexus plexus released this 01 Jun 09:34

Added

  • Add matrix/translate

Changed

  • Fine tune gradient-gen, tube

v0.31.300

Choose a tag to compare

@plexus plexus released this 01 Jun 07:31

Added

  • Add lambdaisland.witchcraft.shapes/arch
  • Add lambdaisland.witchcraft.matrix/extrude

Fixed

  • Fix lambdaisland.witchcraft.matrix/rotation-matrix

Changed

v0.30.297

Choose a tag to compare

@plexus plexus released this 24 May 05:27

Added

  • Add lambdaisland.witchcraft.matrix/cross-product
  • Allow passing :material to set-blocks as a default
  • make the step size for lambdaisland.witchcraft.shapes/line configurable

Fixed

  • return nil when asking for the material of a vector that doesn't have one, instead of erroring out

Changed

  • handle item-meta more generally (read-only currently)
  • return an ordered sequence from lambdaisland.witchcraft.shapes/line in the order of the line, instead of a set
  • Improvements to lambdaisland.witchcraft.shapes/line

v0.29.292

Choose a tag to compare

@plexus plexus released this 17 May 09:20

Fixed

  • Locally cache results to satisfies? calls in lambdaisland.witchcraft,
    leading to a big speedup for a lot of operations

v0.28.286

Choose a tag to compare

@plexus plexus released this 03 May 07:41

Added

  • Added different arities for
    set-game-rule/set-game-rules/difficulty/set-difficulty, making the world
    argument optional

Fixed

  • Fix map->Location for vectors that contain material/direction info

Changed

  • Optimize loc for blocks
  • Make set-block accept vectors for consistency