Fork me on GitHub
#announcements
<
2020-10-26
>
plexus17:10:06

Clojure + Minecraft = Witchcraft 😄 this is extremely rough and alpha but we're allowed to have some fun right. This uses an open source minecraft server (Glowstone) which makes it a much more straightforward approach than other Clojure/Minecraft attempts I've seen. https://twitter.com/plexus/status/1320778992232943617

minecraft 63
clojure-spin 45
🎉 21
🙂 3
plexus17:10:07

I should note that you do need a minecraft account/license. Not sure how much they are these days.

dominicm19:10:09

That's the sponge derivative right? Interesting.

dominicm19:10:22

I've been meaning to check out how well fabric and clojure go together.

plexus20:10:50

I am still utterly confused about all the different minecraft projects and how they connect... The main thing I know is that this is a standalone server written from scratch, whereas most projects start from the official server then do all kinds of classpath shenanigans to mod it. It does use a bukkit/paper fork as a foundation, as far as I understand this makes sure it can work with existing plugins.

plexus20:10:16

It's a small project, not a ton of manpower so they're running behind a bit in terms of server version compatibility, which means you don't get the latest new block types and such, but works great if you stick to the right version.

dominicm21:10:13

Glowstone is independent of sponge