CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 4
Releases: lambdaisland/witchcraft-plugin
v0.7.35: # 0.7.35 (2022-01-02 / 210b6a4)
Compare
Assets 10
The Lofty Peak Release
Compare
Mainly version bumps, this is the first release with support for PaperMC 1.18, so you can get all the new biomes and other goodies from Caves and Cliffs part 2. It also upgrades Witchcraft (the library), and bumps nREPL to the 0.9.0 (currently still in beta, but we roll like that).
Assets 6
The Copper Ore Release
Compare
Assets 5
Winner Winner Chicken Dinner
Compare
This version contains a better default template for the config and some other improvements, it also bumps the witchcraft version, so you now can do
(require '[lambdaisland.witchcraft.gallery.big-chicken :refer chicken-shape]
'[lambdaisland.witchcraft :as wc])
(wc/set-blocks
(chicken-shape (wc/in-front-of (wc/player "sunnyplexus") 10)))
Assets 5
Add task-eval
Compare
This version upgrades the default version of Witchcraft it pulls in, and makes use of the new task-eval nREPL middleware in Witchcraft. This runs any code evaluated via the REPL on the game thread, which is a big quality of life improvement, since without it you need to wrap a lot of operations in (run-task ...)
Assets 5
First public release
Compare
This is the first release of the Witchcraft Plugin, which adds Clojure support to Minecraft, and which accompanies the Witchcraft library.
With this plugin you get an embedded nREPL server for interactive creative coding, deps.edn
support to add additional dependencies, and the ability to load and evaluate Clojure code when the server starts.
Make sure to get the plugin that matches the server type and API version of the server you are running.