Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/lambdaisland/witchcraft
Clojure API for manipulating Minecraft, based on Bukkit
https://github.com/lambdaisland/witchcraft
NPC support with Citizens
8db56140daaed851dc913798c561f5a090a3b6e8 authored almost 3 years ago4b2a1111a908c81e5695a56d5c7abf8cd8f2bd0e authored about 3 years ago
c0e627fa7ec95fe53e65cff3a55a77fb2eda60e6 authored about 3 years ago
9d5fb3f5cebc3a7c15a1916603458b2aaf05eb01 authored about 3 years ago
Implement persisted state for traits, and more helpers
a39867803a7d99f75be3a85d676442b282ce2577 authored about 3 years ago
- entity
- get/set difficulty
- inventory stuff
This provides a mechanism for Clojure-based trait implementations to carry state
by making the T...
ac1f66d84df1dd3694e3c262b7c609c684cdbccd authored about 3 years ago
602ee418808c7198cb73942a62a938d0b52d149e authored about 3 years ago
## Added
- Add `HasXYZ`, `HasPitchYaw`, `HasEntity`, and `CanSpawn` protocol
## Changed
- Mak...
180bddf54127aac5aa6e69f509a114e0b979a264 authored about 3 years ago13ea02df8fe783b8d6447063ef1ae89924e165ad authored about 3 years ago
a3f2c70958c698795e0e929be7dd10796edeedb4 authored about 3 years ago
## Added
- Added reflection and event support for the Citizens API
## Changed
- Improvements ...
84d714e62668a5124e96e05db58fdf1bf1fe1042 authored about 3 years ago1a44b44d3c1a1852db7f74408ddc3c7a45912529 authored about 3 years ago
181208bfdc6a0086e2215f2bc931230ba1854de6 authored about 3 years ago
e81e0ae98908b5e39ab8320c390c3d4dbfade65c authored about 3 years ago
Fix problem with block-facing.
6cae12b0398bf4faee6da8d85ae429c36de3a39f authored about 3 years ago49d71bd9af14b34cb264219e35b2fbd9c145b9b6 authored about 3 years ago
- face-direction? was not set to false when setting :block-facing in extrude fn.
c8d8ca771815d1be12aa738d92b2db7bca46d6a1 authored about 3 years agoc2c98c799d19d4e762b3880c5978a755546f96ce authored about 3 years ago
## Added
## Fixed
## Changed
d367408b3d4a76fc24c5659ebe03dc0736846d7d authored about 3 years ago637ef2ab82858512ea5c6ff4919f6af82edbc1fd authored about 3 years ago
3cf6d2d18830c191c906959e4e4045068f67802b authored about 3 years ago
b25af1e4a6aa599ef23220ae35f82b7172630996 authored about 3 years ago
## Added
- Added a `:palette` option to `set-blocks`, similar to how the palette works
with c...
05608cbdcb6c53f2d9c385a22a95385aef6dfeed authored about 3 years ago
cff5dc94eaf02a0acd27d64c50d4c4cdfdf2b0e8 authored about 3 years ago
cfa27e2e3c0ffb3452bb407695527275d51d251d authored about 3 years ago
ddd26cdd1773f804c9f5f1d02ed0bdad3ef9fc6d authored about 3 years ago
8babea10f8c378a5317a03ce866deeae98bd46da authored about 3 years ago
because block-data will otherwise overrule the direction.
c4d596b9e87693eebbdd0635708a16543414af44 authored about 3 years ago
This allows using "semantic" namespace aliases, e.g. set-blocks of type
`:floor`, and provide a ...
Introduce block-facing
e9a9463d76ee816ddd24940e44fe8b2a20f9548a authored about 3 years ago9e92a109eda807d16276c5d7c9d35539bde9fe01 authored about 3 years ago
To make the cursor draw blocks in a specified direction.
447248d1b189cc40fae6cfbe4d754830b0036f0b authored about 3 years agod074a123df727fa25f48b1889c30f80c18dfbe26 authored about 3 years ago
## Fixed
- Be more conservative when recursing in `display-name`, return `nil` if the
type of...
14cbbd692b6a17dfc6fe018d7127832fe1e0d463 authored about 3 years ago
296cce5dcc694578e37279802ba2160e16d8c19c authored about 3 years ago
## Fixed
- Bugfix: Pre-declare `item-stack`
e24f690ec30adcd5263735c90a7e4dcd0eb1bb49 authored about 3 years ago69954ed714fc4a845ef2353e83837ef7cbbcb38f authored about 3 years ago
e6132dc8774b189cd292eee1cba253d43ec6a22e authored about 3 years ago
## Added
- `break-naturally`
- `blockv`
3a5471c5eb1147228988f6fa660fda4f54000ff1 authored about 3 years ago
66d7fc84ce32799783161b41688d886f4cca48ff authored about 3 years ago
Plus some improvements to fill
03ab38870e5547cc14158279ac0c6ee9573ef245 authored about 3 years ago0aa949a594406e48e257cc184da2986e3a294ea8 authored about 3 years ago
## Fixed
- Fix compile erros
- Make `wc/location` check for `HasLocation`
- Bring back coercion...
f93ce7b4ed007d2ab50dc2de8af328be487ea429 authored about 3 years ago
466cec41541b54d287e1eb1553d3bfecc09fba19 authored about 3 years ago
## Added
- The `fill` API can now take a set of `:materials` instead of a `:pred`
- Pas directi...
See CHANGELOG
8b3190d3484e0428d09264d8154f7120f9af96ef authored about 3 years agoebb6f32dfacb108e16d061aac3cf6b698d363b01 authored about 3 years ago
## Added
- API additions:
- `target-block` : find the block you are looking at
- `block-data` :...
6d3ded145e1385ab6612442f71f0e9fffbfd09b9 authored about 3 years ago
For example
(wc/set-blocks [{:x 0 :y 0 :z 0 :material :cobblestone-slab :properties
{:watterlog...
- `target-block` : find the block you are looking at
- `block-data` : get info about block prope...
7ab3bc06b996ed4b0ffc29749deef63a0057371d authored about 3 years ago
## Fixed
- Fixed megachop 9000
6a68693091e73aac8260c1d09f9ca1dcd3b71f4f authored about 3 years ago8b5d8918af2306e42e53669c8aff7974dd7df01e authored about 3 years ago
3d09ba3e974832136e200a2a4a5f6d9518e02e78 authored about 3 years ago
74923712bd12a286ce6143b48ddf55ccaee29c75 authored about 3 years ago
## Fixed
- Bugfix release
2e8ce957c0bd06499693b296ffdeb29404e35030 authored about 3 years ago493bdc70437a5e30208f1e5c0c11df00b9e2ae22 authored about 3 years ago
a5203ea5a36c41f39a41856a016fe245851285b7 authored about 3 years ago
## Added
- lambdaisland.witchcraft.fill API
- gallery item: MegaChop 9000
- more docstrings
- n...
1857689a530abfedb9613638b5516393cce2d9ba authored about 3 years ago
e5e01d530c3bb6e076f55ed91bd812cb7d3cef39 authored about 3 years ago
bede3edad439bc8fea4d38562a2f5c23bdb709bb authored about 3 years ago
ee935e288e9890ce60d12e87a205452ee711751e authored about 3 years ago
3adb8bcbee0cf1069c1f7e00455960a1a9860d4b authored about 3 years ago
## Fixed
- Fixed reflection warnings
e2ba0c9bc445b96adb0d2fb0919544d86a5a5f59 authored about 3 years agodfda8b7384d18c839e496da3a320cc97408dc348 authored about 3 years ago
2216aafa73de0e2e48ac2eabb9a9296c22fdef54 authored about 3 years ago
205435d0cf15b27ca1e96675b093e0722f306d8f authored about 3 years ago
## Added
## Fixed
## Changed
920a75ddec77dd1ba8715f220971af3f2b544bc8 authored about 3 years agob4fc4329d6dc6a8e3d62bd60534c7d07b3ff9026 authored about 3 years ago
a83814a5a5baf08442e06edab7de8313d52d2a37 authored about 3 years ago
## Added
## Fixed
## Changed
22ccb93d0d61f8332434bbe6a78fa1c9713680a9 authored about 3 years agoc14c53450dbfd4d12126c64ec891a58edaba0bfe authored about 3 years ago
4cd4da29eabaab29eb7598c04eb45f468a69133e authored about 3 years ago
f74375f7ab4499ec72d1f2f780ff7e050ca66ca4 authored about 3 years ago
bb4e279774c1833be4b80084fd38429091f2a427 authored about 3 years ago
## Added
## Fixed
## Changed
3ee30e45f6598fdc76b5df125d68bd8eee1b3262 authored about 3 years ago787e7c13db73bee91d5d7e9fc47871cc26083e8c authored about 3 years ago
92584b0110ffaf279792231288cdbbf3b3c941d6 authored about 3 years ago
## Added
## Fixed
## Changed
a57a1953ed73f3c9f9d9af1d9427a532617a15f1 authored about 3 years ago16a4edf366e6e0b1cf66030f1899445916cb2b93 authored about 3 years ago
28699b2ed0b8c76df7431666a34bea6f2545a712 authored about 3 years ago
## Added
## Fixed
## Changed
a631f8257c366977688c53bb99c45d11f529969e authored about 3 years ago8ce5cc18dd78dbf726b7dd669656460ab575985c authored about 3 years ago
5f38f92821f00d9dc1756ac0c1ed3366046c3882 authored about 3 years ago
## Added
## Fixed
## Changed
39b49262ecae1a315ad07c44220634b7a1cfad8e authored about 3 years ago2993dd793cbe716b52353d952cfbcfc93677f8ed authored about 3 years ago
9e0fe1f3d26bcab6f24312105ea37f4ef8f60223 authored about 3 years ago
## Added
## Fixed
## Changed
e8d5b89f8c4c0518cee1c46f6d9a99cdd4d5a448 authored about 3 years agod2f05ca0a45d53c14689090787e5504de6086a4b authored about 3 years ago
3fadfbd696672ac1deaacda6b7491a6ea8e92620 authored about 3 years ago
## Added
- Support for Paper 1.18
## Fixed
- Issues with Paper's new classloader behavior
9c8d79e9e0877ad378278073f6c50b085e67f9c3 authored about 3 years agoa368c1b61ed618728e46ed23d63a4ae906f3bc01 authored about 3 years ago