aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples/todo/README.md
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2023-03-07 22:09:56 -0600
committerGitHub <noreply@github.com>2023-03-07 22:09:56 -0600
commit5dd35c7ed82c38ef36ca28f630e8d05c5db2cbea (patch)
tree72719e46479e7884ea535c768ab7c244ce048063 /azalea/examples/todo/README.md
parent719379a8a76ab0685f2bd14bebe2f0cd1e97f06b (diff)
downloadazalea-drasl-5dd35c7ed82c38ef36ca28f630e8d05c5db2cbea.tar.xz
Add World::find_block (#80)
* start adding World::find_block * keep working on find_block * BlockStates * fix sorting * update examples that use find_one_block * azalea_block::properties * fix tests * add a gotoblock command to testbot
Diffstat (limited to 'azalea/examples/todo/README.md')
-rw-r--r--azalea/examples/todo/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea/examples/todo/README.md b/azalea/examples/todo/README.md
new file mode 100644
index 00000000..ab31cf22
--- /dev/null
+++ b/azalea/examples/todo/README.md
@@ -0,0 +1 @@
+These examples don't work yet and were only written to help design APIs. They will work in the future (probably with minor changes).