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

Merge pull request #8 from lambdaisland/citizens-support

NPC support with Citizens

8db56140daaed851dc913798c561f5a090a3b6e8 authored almost 3 years ago
Link to the videos

4b2a1111a908c81e5695a56d5c7abf8cd8f2bd0e authored about 3 years ago
Add example of a trait implementation

c0e627fa7ec95fe53e65cff3a55a77fb2eda60e6 authored about 3 years ago
Add example of a trait implementation

9d5fb3f5cebc3a7c15a1916603458b2aaf05eb01 authored about 3 years ago
More work on Citizens supports

Implement persisted state for traits, and more helpers

a39867803a7d99f75be3a85d676442b282ce2577 authored about 3 years ago
More witchcraft helpers

- entity
- get/set difficulty
- inventory stuff

4606c86e9fa463d6c8781091eb45bfe2a2540a07 authored about 3 years ago
Make our traits stateful, and honor load/save

This provides a mechanism for Clojure-based trait implementations to carry state
by making the T...

d675223f137451d6abfb34ab306c612cdf12dc2d authored about 3 years ago
Citizens: find a better solution for traits

ac1f66d84df1dd3694e3c262b7c609c684cdbccd authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

602ee418808c7198cb73942a62a938d0b52d149e authored about 3 years ago
# 0.11.216 (2022-01-03 / 13ea02d)

## Added

- Add `HasXYZ`, `HasPitchYaw`, `HasEntity`, and `CanSpawn` protocol

## Changed

- Mak...

180bddf54127aac5aa6e69f509a114e0b979a264 authored about 3 years ago
HasXYZ, HasEntity, CanSpawn, generally improve Citizens support

13ea02df8fe783b8d6447063ef1ae89924e165ad authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

a3f2c70958c698795e0e929be7dd10796edeedb4 authored about 3 years ago
# 0.10.213 (2022-01-02 / 1a44b44)

## Added

- Added reflection and event support for the Citizens API

## Changed

- Improvements ...

84d714e62668a5124e96e05db58fdf1bf1fe1042 authored about 3 years ago
Bump tooling

1a44b44d3c1a1852db7f74408ddc3c7a45912529 authored about 3 years ago
CHANGELOG

181208bfdc6a0086e2215f2bc931230ba1854de6 authored about 3 years ago
Provide initial (soft) support for Citizens (reflect and event)

e81e0ae98908b5e39ab8320c390c3d4dbfade65c authored about 3 years ago
Merge pull request #7 from danjohansson/dbj/pr/fix-block-facing

Fix problem with block-facing.

6cae12b0398bf4faee6da8d85ae429c36de3a39f authored about 3 years ago
fixup - more performant code

49d71bd9af14b34cb264219e35b2fbd9c145b9b6 authored about 3 years ago
Fix problem with block-facing.

- face-direction? was not set to false when setting :block-facing in extrude fn.

c8d8ca771815d1be12aa738d92b2db7bca46d6a1 authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

c2c98c799d19d4e762b3880c5978a755546f96ce authored about 3 years ago
# 0.8.205 (2021-12-31 / 637ef2a)

## Added

## Fixed

## Changed

d367408b3d4a76fc24c5659ebe03dc0736846d7d authored about 3 years ago
Fix "if-class-exists" macro

637ef2ab82858512ea5c6ff4919f6af82edbc1fd authored about 3 years ago
Bump tooling

3cf6d2d18830c191c906959e4e4045068f67802b authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

b25af1e4a6aa599ef23220ae35f82b7172630996 authored about 3 years ago
# 0.8.201 (2021-12-31 / 05608cb)

## Added

- Added a `:palette` option to `set-blocks`, similar to how the palette works
with c...

873d82b00318612d6805f3dfd5f76ce3f55f3dc4 authored about 3 years ago
Adjust changelog

05608cbdcb6c53f2d9c385a22a95385aef6dfeed authored about 3 years ago
In shapes: support material vectors

cff5dc94eaf02a0acd27d64c50d4c4cdfdf2b0e8 authored about 3 years ago
Add a classic mob spawner implementation to the gallery

cfa27e2e3c0ffb3452bb407695527275d51d251d authored about 3 years ago
Cursor improvements, see changelog

ddd26cdd1773f804c9f5f1d02ed0bdad3ef9fc6d authored about 3 years ago
Handle keyword/vectors better in `material-name` and `xmaterial`

8babea10f8c378a5317a03ce866deeae98bd46da authored about 3 years ago
Set block direction after setting block-data

because block-data will otherwise overrule the direction.

c4d596b9e87693eebbdd0635708a16543414af44 authored about 3 years ago
Add a `:palette` option to `set-blocks`

This allows using "semantic" namespace aliases, e.g. set-blocks of type
`:floor`, and provide a ...

7e11ba32996d3d69ed998c0a23de4a55d329ea28 authored about 3 years ago
Merge pull request #6 from danjohansson/pr/block-facing

Introduce block-facing

e9a9463d76ee816ddd24940e44fe8b2a20f9548a authored about 3 years ago
fixup, remove unused require

9e92a109eda807d16276c5d7c9d35539bde9fe01 authored about 3 years ago
Introduce block-facing

To make the cursor draw blocks in a specified direction.

447248d1b189cc40fae6cfbe4d754830b0036f0b authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

d074a123df727fa25f48b1889c30f80c18dfbe26 authored about 3 years ago
# 0.8.189 (2021-12-09 / 14cbbd6)

## Fixed

- Be more conservative when recursing in `display-name`, return `nil` if the
type of...

c9245c1deae041ef6fd50580b40aff80bb31bc72 authored about 3 years ago
Defensive programming in display-name

14cbbd692b6a17dfc6fe018d7127832fe1e0d463 authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

296cce5dcc694578e37279802ba2160e16d8c19c authored about 3 years ago
# 0.8.186 (2021-12-09 / 69954ed)

## Fixed

- Bugfix: Pre-declare `item-stack`

e24f690ec30adcd5263735c90a7e4dcd0eb1bb49 authored about 3 years ago
Pre-declare item-stack to prevent load-errors

69954ed714fc4a845ef2353e83837ef7cbbcb38f authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

e6132dc8774b189cd292eee1cba253d43ec6a22e authored about 3 years ago
# 0.8.183 (2021-12-08 / 3a5471c)

## Added

- `break-naturally`
- `blockv`

58b2856eeb272cb5cc5484f0724d89d69459691d authored about 3 years ago
Add birchwood lodge to the gallery

3a5471c5eb1147228988f6fa660fda4f54000ff1 authored about 3 years ago
CHANGELOG

66d7fc84ce32799783161b41688d886f4cca48ff authored about 3 years ago
Add `break-naturally` and `blockv` implementations

Plus some improvements to fill

03ab38870e5547cc14158279ac0c6ee9573ef245 authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

0aa949a594406e48e257cc184da2986e3a294ea8 authored about 3 years ago
# 0.8.178 (2021-12-07 / f93ce7b)

## Fixed

- Fix compile erros
- Make `wc/location` check for `HasLocation`
- Bring back coercion...

0c640a142d33f12d231c045b80d3e3a0b9fb7539 authored about 3 years ago
Fixes after moving Location handling to extend-signatures

f93ce7b4ed007d2ab50dc2de8af328be487ea429 authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

466cec41541b54d287e1eb1553d3bfecc09fba19 authored about 3 years ago
# 0.7.175 (2021-12-06 / 8b3190d)

## Added

- The `fill` API can now take a set of `:materials` instead of a `:pred`
- Pas directi...

94b5a2c6d4ac48f8ec068bafc44e99459e6db28b authored about 3 years ago
Inventory, fill, interop improvements

See CHANGELOG

8b3190d3484e0428d09264d8154f7120f9af96ef authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

ebb6f32dfacb108e16d061aac3cf6b698d363b01 authored about 3 years ago
# 0.6.172 (2021-12-04 / 6d3ded1)

## Added

- API additions:
- `target-block` : find the block you are looking at
- `block-data` :...

b6ba8de1521073bf4b5528d09cb04aec03debf39 authored about 3 years ago
Implement rectube, use block-data instead of properties and :start instead of :anchor

6d3ded145e1385ab6612442f71f0e9fffbfd09b9 authored about 3 years ago
Proper support for blockdata and material properties

For example

(wc/set-blocks [{:x 0 :y 0 :z 0 :material :cobblestone-slab :properties
{:watterlog...

44d253d9a5292565d36215969c1c8fa5d33f4841 authored about 3 years ago
API and doc improvements and additions

- `target-block` : find the block you are looking at
- `block-data` : get info about block prope...

6c3c7d30b1e67febc0304f8569518853adfb5816 authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

7ab3bc06b996ed4b0ffc29749deef63a0057371d authored about 3 years ago
# 0.6.167 (2021-12-03 / 8b5d891)

## Fixed

- Fixed megachop 9000

6a68693091e73aac8260c1d09f9ca1dcd3b71f4f authored about 3 years ago
Changelog

8b5d8918af2306e42e53669c8aff7974dd7df01e authored about 3 years ago
Fix megachop

3d09ba3e974832136e200a2a4a5f6d9518e02e78 authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

74923712bd12a286ce6143b48ddf55ccaee29c75 authored about 3 years ago
# 0.6.163 (2021-12-03 / 493bdc7)

## Fixed

- Bugfix release

2e8ce957c0bd06499693b296ffdeb29404e35030 authored about 3 years ago
Bugfix release

493bdc70437a5e30208f1e5c0c11df00b9e2ae22 authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

a5203ea5a36c41f39a41856a016fe245851285b7 authored about 3 years ago
# 0.6.160 (2021-12-03 / 1857689)

## Added

- lambdaisland.witchcraft.fill API
- gallery item: MegaChop 9000
- more docstrings
- n...

32601b3a8c24d397ae999056a7092e1feecae0cf authored about 3 years ago
Update CHANGELOG

1857689a530abfedb9613638b5516393cce2d9ba authored about 3 years ago
Add the MegaChop9000 to the gallery

e5e01d530c3bb6e076f55ed91bd812cb7d3cef39 authored about 3 years ago
Get a fill/flood API namespace

bede3edad439bc8fea4d38562a2f5c23bdb709bb authored about 3 years ago
Markup API and docstring improvements

ee935e288e9890ce60d12e87a205452ee711751e authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

3adb8bcbee0cf1069c1f7e00455960a1a9860d4b authored about 3 years ago
# 0.6.154 (2021-12-02 / dfda8b7)

## Fixed

- Fixed reflection warnings

e2ba0c9bc445b96adb0d2fb0919544d86a5a5f59 authored about 3 years ago
Update changelog

dfda8b7384d18c839e496da3a320cc97408dc348 authored about 3 years ago
Fix reflection warnings

2216aafa73de0e2e48ac2eabb9a9296c22fdef54 authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

205435d0cf15b27ca1e96675b093e0722f306d8f authored about 3 years ago
# 0.6.150 (2021-12-01 / b4fc432)

## Added

## Fixed

## Changed

920a75ddec77dd1ba8715f220971af3f2b544bc8 authored about 3 years ago
Improve markdown export

b4fc4329d6dc6a8e3d62bd60534c7d07b3ff9026 authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

a83814a5a5baf08442e06edab7de8313d52d2a37 authored about 3 years ago
# 0.6.147 (2021-12-01 / c14c534)

## Added

## Fixed

## Changed

22ccb93d0d61f8332434bbe6a78fa1c9713680a9 authored about 3 years ago
Add manual to cljdoc (generate md version)

c14c53450dbfd4d12126c64ec891a58edaba0bfe authored about 3 years ago
Collapse CHANGELOG entries, did a lot of releases to test cljdoc

4cd4da29eabaab29eb7598c04eb45f468a69133e authored about 3 years ago
Doc fixes

f74375f7ab4499ec72d1f2f780ff7e050ca66ca4 authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

bb4e279774c1833be4b80084fd38429091f2a427 authored about 3 years ago
# 0.6.142 (2021-12-01 / 787e7c1)

## Added

## Fixed

## Changed

3ee30e45f6598fdc76b5df125d68bd8eee1b3262 authored about 3 years ago
Metadata fix

787e7c13db73bee91d5d7e9fc47871cc26083e8c authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

92584b0110ffaf279792231288cdbbf3b3c941d6 authored about 3 years ago
# 0.6.139 (2021-12-01 / 16a4edf)

## Added

## Fixed

## Changed

a57a1953ed73f3c9f9d9af1d9427a532617a15f1 authored about 3 years ago
s/palette-generator/gradient-gen

16a4edf366e6e0b1cf66030f1899445916cb2b93 authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

28699b2ed0b8c76df7431666a34bea6f2545a712 authored about 3 years ago
# 0.6.136 (2021-12-01 / 8ce5cc1)

## Added

## Fixed

## Changed

a631f8257c366977688c53bb99c45d11f529969e authored about 3 years ago
Still trying to make cljdoc happy

8ce5cc18dd78dbf726b7dd669656460ab575985c authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

5f38f92821f00d9dc1756ac0c1ed3366046c3882 authored about 3 years ago
# 0.6.133 (2021-12-01 / 2993dd7)

## Added

## Fixed

## Changed

39b49262ecae1a315ad07c44220634b7a1cfad8e authored about 3 years ago
Still trying to make cljdoc happy

2993dd793cbe716b52353d952cfbcfc93677f8ed authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

9e0fe1f3d26bcab6f24312105ea37f4ef8f60223 authored about 3 years ago
# 0.6.130 (2021-12-01 / d2f05ca)

## Added

## Fixed

## Changed

e8d5b89f8c4c0518cee1c46f6d9a99cdd4d5a448 authored about 3 years ago
Worlds ns is glowstone specific

d2f05ca0a45d53c14689090787e5504de6086a4b authored about 3 years ago
Update pom.xml and add CHANGELOG.md placeholders

3fadfbd696672ac1deaacda6b7491a6ea8e92620 authored about 3 years ago
# 0.6.127 (2021-12-01 / a368c1b)

## Added

- Support for Paper 1.18

## Fixed

- Issues with Paper's new classloader behavior

9c8d79e9e0877ad378278073f6c50b085e67f9c3 authored about 3 years ago
Changelog

a368c1b61ed618728e46ed23d63a4ae906f3bc01 authored about 3 years ago