Skip to content

Commit

Permalink
# 0.22.265 (2022-04-17 / dd63da3)
Browse files Browse the repository at this point in the history
## Added

## Fixed

## Changed
  • Loading branch information
plexus committed Apr 17, 2022
1 parent dd63da3 commit 93b84cc
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21
0.22
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.22.265 (2022-04-17 / dd63da3)

## Added

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

# 0.0.28 (2021-07-07 / a28e463)

# 0.0.17 (2021-07-05 / b32fdef)
# 0.0.17 (2021-07-05 / b32fdef)
126 changes: 63 additions & 63 deletions doc/witchcraft_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@

# Witchcraft Manual

1. [Introduction](#orge8138e7)
2. [Minecraft Concepts](#org86ec647)
1. [Survival vs Creative](#org3ebe918)
2. [Whirlwind Tour of a Survival Game](#org00bf862)
3. [Worlds and Biomes](#org0b4d744)
4. [Coordinate system](#orgf53bd4b)
5. [The flattening](#org5a72e7e)
6. [Resources and Crafting](#org8012d15)
7. [Villagers and Traders](#orgf8351fa)
8. [Farming](#orgb6fef7f)
9. [Redstone](#org5e45597)
10. [Enchanting and XP](#org1659e3f)
11. [Modding, Bukkit, SpigotMC](#org36d3e24)
12. [Java vs Bedrock](#org2e9f26a)
13. [Alternative Games](#org76d5b95)
1. [Parkour](#org8c1f894)
2. [Speedrunner vs Hunters](#orgf0a7316)
3. [Skyblock](#org63f83f3)
4. [Build Wars](#orgdccf506)
5. [Bed Wars](#org72841b6)
3. [Getting started with Witchcraft](#orgd51a021)
1. [Running the plugin](#org4ecaf8c)
2. [Running from the REPL](#org072536b)
4. [Learning to code with Witchcraft](#org7b405cf)
5. [Topics](#orgf3771f0)
1. [Inspecting the world](#org816912b)
2. [Creating blocks](#org1274dfa)
3. [Drawing with Cursor](#org5937f77)
4. [Adding Event Handlers](#org04a10a5)
5. [Interacting with Players](#org41d97f6)



<a id="orge8138e7"></a>
1. [Introduction](#orgf9bbb6a)
2. [Minecraft Concepts](#org419fa8a)
1. [Survival vs Creative](#orgd210a1c)
2. [Whirlwind Tour of a Survival Game](#org448cdcc)
3. [Worlds and Biomes](#org0c850f8)
4. [Coordinate system](#org060adda)
5. [The flattening](#org5672670)
6. [Resources and Crafting](#orge1c5607)
7. [Villagers and Traders](#org86eb667)
8. [Farming](#org9ed7cee)
9. [Redstone](#org46bd271)
10. [Enchanting and XP](#orgea3be80)
11. [Modding, Bukkit, SpigotMC](#org6670c95)
12. [Java vs Bedrock](#orgff92e40)
13. [Alternative Games](#orgacf18b1)
1. [Parkour](#org8952066)
2. [Speedrunner vs Hunters](#org22dfdef)
3. [Skyblock](#org6610cd8)
4. [Build Wars](#org2e14edc)
5. [Bed Wars](#org1b3c053)
3. [Getting started with Witchcraft](#orgeb39020)
1. [Running the plugin](#orge6775d5)
2. [Running from the REPL](#org9d38b64)
4. [Learning to code with Witchcraft](#org44343e8)
5. [Topics](#org049cfdf)
1. [Inspecting the world](#orga0164b9)
2. [Creating blocks](#org47c05a7)
3. [Drawing with Cursor](#org182a0d9)
4. [Adding Event Handlers](#orgfa8978c)
5. [Interacting with Players](#orgb0b1247)



<a id="orgf9bbb6a"></a>

# Introduction

Expand Down Expand Up @@ -71,7 +71,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="org86ec647"></a>
<a id="org419fa8a"></a>

# Minecraft Concepts

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


<a id="org3ebe918"></a>
<a id="orgd210a1c"></a>

## Survival vs Creative

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


<a id="org00bf862"></a>
<a id="org448cdcc"></a>

## Whirlwind Tour of a Survival Game

Expand Down Expand Up @@ -148,7 +148,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="org0b4d744"></a>
<a id="org0c850f8"></a>

## Worlds and Biomes

Expand Down Expand Up @@ -178,7 +178,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="orgf53bd4b"></a>
<a id="org060adda"></a>

## Coordinate system

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


<a id="org5a72e7e"></a>
<a id="org5672670"></a>

## The flattening

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


<a id="org8012d15"></a>
<a id="orge1c5607"></a>

## Resources and Crafting

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


<a id="orgf8351fa"></a>
<a id="org86eb667"></a>

## Villagers and Traders

Expand All @@ -289,7 +289,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="orgb6fef7f"></a>
<a id="org9ed7cee"></a>

## Farming

Expand All @@ -312,7 +312,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="org5e45597"></a>
<a id="org46bd271"></a>

## Redstone

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


<a id="org1659e3f"></a>
<a id="orgea3be80"></a>

## Enchanting and XP

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


<a id="org36d3e24"></a>
<a id="org6670c95"></a>

## Modding, Bukkit, SpigotMC

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


<a id="org2e9f26a"></a>
<a id="orgff92e40"></a>

## Java vs Bedrock

Expand All @@ -434,7 +434,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="org76d5b95"></a>
<a id="orgacf18b1"></a>

## Alternative Games

Expand All @@ -445,15 +445,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="org8c1f894"></a>
<a id="org8952066"></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="orgf0a7316"></a>
<a id="org22dfdef"></a>

### Speedrunner vs Hunters

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


<a id="org63f83f3"></a>
<a id="org6610cd8"></a>

### Skyblock

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


<a id="orgdccf506"></a>
<a id="org2e14edc"></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="org72841b6"></a>
<a id="org1b3c053"></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="orgd51a021"></a>
<a id="orgeb39020"></a>

# Getting started with Witchcraft


<a id="org4ecaf8c"></a>
<a id="orge6775d5"></a>

## Running the plugin

Expand All @@ -510,7 +510,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="org072536b"></a>
<a id="org9d38b64"></a>

## Running from the REPL

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


<a id="org7b405cf"></a>
<a id="org44343e8"></a>

# Learning to code with Witchcraft

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


<a id="orgf3771f0"></a>
<a id="org049cfdf"></a>

# Topics


<a id="org816912b"></a>
<a id="orga0164b9"></a>

## Inspecting the world

Expand Down Expand Up @@ -741,22 +741,22 @@ for interop, but most of the time you'll use `block`, which gives you a map
representation of the most important aspects: its location and material.


<a id="org1274dfa"></a>
<a id="org47c05a7"></a>

## Creating blocks


<a id="org5937f77"></a>
<a id="org182a0d9"></a>

## Drawing with Cursor


<a id="org04a10a5"></a>
<a id="orgfa8978c"></a>

## Adding Event Handlers


<a id="org41d97f6"></a>
<a id="orgb0b1247"></a>

## Interacting with Players

0 comments on commit 93b84cc

Please sign in to comment.