Skip to content

Commit

Permalink
# 0.6.160 (2021-12-03 / 1857689)
Browse files Browse the repository at this point in the history
## Added

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

## Changed

- `set-lore` and `set-display-name` now implicitly render markup
  • Loading branch information
plexus committed Dec 3, 2021
1 parent 1857689 commit 32601b3
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 112 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,4 +1,4 @@
# Unreleased
# 0.6.160 (2021-12-03 / 1857689)

## Added

Expand Down Expand Up @@ -77,4 +77,4 @@

# 0.0.28 (2021-07-07 / a28e463)

# 0.0.17 (2021-07-05 / b32fdef)
# 0.0.17 (2021-07-05 / b32fdef)
110 changes: 55 additions & 55 deletions doc/witchcraft_manual.md
Expand Up @@ -2,36 +2,36 @@

# Witchcraft Manual

1. [Introduction](#orgdaf58b4)
2. [Minecraft Concepts](#org2fa58c4)
1. [Survival vs Creative](#orgf6c1cb5)
2. [Whirlwind Tour of a Survival Game](#org36a6128)
3. [Worlds and Biomes](#org6140619)
4. [Coordinate system](#org1560b01)
5. [The flattening](#org24e7ecd)
6. [Resources and Crafting](#orgb778099)
7. [Villagers and Traders](#org2dc2812)
8. [Farming](#orgffda04a)
9. [Redstone](#org64eb1d2)
10. [Enchanting and XP](#org40d4df8)
11. [Modding, Bukkit, SpigotMC](#orgb0839d4)
12. [Java vs Bedrock](#orga9afe89)
13. [Alternative Games](#org4a2f7cd)
1. [Parkour](#org78d011c)
2. [Speedrunner vs Hunters](#org3aedc04)
3. [Skyblock](#orgbf839bb)
4. [Build Wars](#org0d38404)
5. [Bed Wars](#org04c79ea)
3. [Getting started with Witchcraft](#org0c61317)
1. [Running the plugin](#orgb77b931)
2. [Running from the REPL](#orgfed33d5)
4. [Learning to code with Witchcraft](#org7c85a97)
5. [Topics](#orga95b766)
6. [Recipes](#orgf30c945)



<a id="orgdaf58b4"></a>
1. [Introduction](#orgc098d71)
2. [Minecraft Concepts](#org97569ad)
1. [Survival vs Creative](#orgc3716b0)
2. [Whirlwind Tour of a Survival Game](#org49f99f0)
3. [Worlds and Biomes](#orgb7b4927)
4. [Coordinate system](#org139e12a)
5. [The flattening](#org42b4c57)
6. [Resources and Crafting](#orgd981a4e)
7. [Villagers and Traders](#org9e336c6)
8. [Farming](#orgab6601d)
9. [Redstone](#org2410b7e)
10. [Enchanting and XP](#orgf4c3365)
11. [Modding, Bukkit, SpigotMC](#orgb96301a)
12. [Java vs Bedrock](#org0f02f13)
13. [Alternative Games](#orgbce1cc1)
1. [Parkour](#org7bed21a)
2. [Speedrunner vs Hunters](#org79e7d0b)
3. [Skyblock](#org6e6484e)
4. [Build Wars](#org69a349b)
5. [Bed Wars](#org4255226)
3. [Getting started with Witchcraft](#orgbcf050b)
1. [Running the plugin](#orgffa087b)
2. [Running from the REPL](#org61b149f)
4. [Learning to code with Witchcraft](#orgf0f51dd)
5. [Topics](#org537f98d)
6. [Recipes](#org51ac20a)



<a id="orgc098d71"></a>

# Introduction

Expand Down Expand Up @@ -67,7 +67,7 @@ has been used succesfully for things like lobby servers, and it provides a great
basis for creative coding, which is mainly what we are interested in.


<a id="org2fa58c4"></a>
<a id="org97569ad"></a>

# Minecraft Concepts

Expand All @@ -83,7 +83,7 @@ and you can safely skip to the next section, or skim through it to find any
unexplored areas.


<a id="orgf6c1cb5"></a>
<a id="orgc3716b0"></a>

## Survival vs Creative

Expand All @@ -102,7 +102,7 @@ a sense of what Minecraft is all about, it's good to understand what a "full"
survival game looks like.


<a id="org36a6128"></a>
<a id="org49f99f0"></a>

## Whirlwind Tour of a Survival Game

Expand Down Expand Up @@ -144,7 +144,7 @@ you need to slay the final boss, the Ender Dragon. And, tada! You've beaten
Minecraft. (This all is easier said than done.)


<a id="org6140619"></a>
<a id="orgb7b4927"></a>

## Worlds and Biomes

Expand Down Expand Up @@ -174,7 +174,7 @@ Note that this description of the world generation process is highly simplistic,
but at least it gives you a basic idea of how things world.


<a id="org1560b01"></a>
<a id="org139e12a"></a>

## Coordinate system

Expand All @@ -200,7 +200,7 @@ data. It is also used for blocks that can be placed in a specific direction, for
instance stair cases.


<a id="org24e7ecd"></a>
<a id="org42b4c57"></a>

## The flattening

Expand Down Expand Up @@ -233,7 +233,7 @@ data.
You can support the Glowstone by [Donating on Bountysource](https://salt.bountysource.com/checkout/amount?team=glowstonemc).


<a id="orgb778099"></a>
<a id="orgd981a4e"></a>

## Resources and Crafting

Expand Down Expand Up @@ -266,7 +266,7 @@ torches. Use the number keys for quick access to specific slots, or flip through
them with your mouse's scroll wheel.


<a id="org2dc2812"></a>
<a id="org9e336c6"></a>

## Villagers and Traders

Expand All @@ -285,7 +285,7 @@ the world with their llamas. These tend to have rare and useful items on them,
which you can buy with the emeralds you got from your villagers.


<a id="orgffda04a"></a>
<a id="orgab6601d"></a>

## Farming

Expand All @@ -308,7 +308,7 @@ Manually farming is fine for a while, but if you really want to cash in then you
need to automate things, this is where redstone comes in.


<a id="org64eb1d2"></a>
<a id="org2410b7e"></a>

## Redstone

Expand All @@ -331,7 +331,7 @@ and comporators you can create intricate machinery, including complete logic
circuits, as well as fully automated farms.


<a id="org40d4df8"></a>
<a id="orgf4c3365"></a>

## Enchanting and XP

Expand All @@ -350,7 +350,7 @@ it with bookshelves, as well as sufficient XP. You need to reach level 30 before
the highest levels become available.


<a id="orgb0839d4"></a>
<a id="orgb96301a"></a>

## Modding, Bukkit, SpigotMC

Expand Down Expand Up @@ -408,7 +408,7 @@ which incorporates improvements made by other projects, notably SpigotMC and
Paper.


<a id="orga9afe89"></a>
<a id="org0f02f13"></a>

## Java vs Bedrock

Expand All @@ -430,7 +430,7 @@ it will never be able to fully support, due to inherent differences between the
servers, but it's a cool project nonetheless.


<a id="org4a2f7cd"></a>
<a id="orgbce1cc1"></a>

## Alternative Games

Expand All @@ -441,15 +441,15 @@ mechanisms. I'm just listing a few common ones to give you an idea, since these
are the kind of things you could do with Witchcraft as well.


<a id="org78d011c"></a>
<a id="org7bed21a"></a>

### Parkour

Complete a custom trail high in the sky with lots of jumps and other challenges.
A great way to practice your gameplay dexterity.


<a id="org3aedc04"></a>
<a id="org79e7d0b"></a>

### Speedrunner vs Hunters

Expand All @@ -459,7 +459,7 @@ a pack of hunters, other players whose sole objective is to stop the speedrunner
from reaching their goal. Hilarity ensues.


<a id="orgbf839bb"></a>
<a id="org6e6484e"></a>

### Skyblock

Expand All @@ -468,28 +468,28 @@ random resources, and need to survive, eventually building up shelter and food
production.


<a id="org0d38404"></a>
<a id="org69a349b"></a>

### Build Wars

Groups of players are tasked with building a specific item or structure within a
set time limit. Once time is up players rate each other's creations.


<a id="org04c79ea"></a>
<a id="org4255226"></a>

### Bed Wars

Popular game where groups of players need to try to destroy the bed of another
group, while protecting their own


<a id="org0c61317"></a>
<a id="orgbcf050b"></a>

# Getting started with Witchcraft


<a id="orgb77b931"></a>
<a id="orgffa087b"></a>

## Running the plugin

Expand All @@ -506,7 +506,7 @@ including the Witchcraft library/API version, and the second to configure the
plugin, and the Clojure code it should run at startup.


<a id="orgfed33d5"></a>
<a id="org61b149f"></a>

## Running from the REPL

Expand Down Expand Up @@ -557,7 +557,7 @@ join the server we just started.
Hold \`F3\` and press \`p\` so you can tab out without the game pausing.


<a id="org7c85a97"></a>
<a id="orgf0f51dd"></a>

# Learning to code with Witchcraft

Expand Down Expand Up @@ -674,7 +674,7 @@ function to get it, and it will generally do the right thing.
</table>


<a id="orga95b766"></a>
<a id="org537f98d"></a>

# Topics

Expand All @@ -685,7 +685,7 @@ function to get it, and it will generally do the right thing.
- Interacting with Players


<a id="orgf30c945"></a>
<a id="org51ac20a"></a>

# Recipes

0 comments on commit 32601b3

Please sign in to comment.