aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry/README.md
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2022-08-27 20:31:21 -0500
committerGitHub <noreply@github.com>2022-08-27 20:31:21 -0500
commitb8228a036016fa58cab4b00a2e62298df299d41f (patch)
tree37ab80c054d2c0832d0ebf61cbbefd9e368260a8 /azalea-registry/README.md
parent029ae0e567ccdc631a358755eba43b742811ff05 (diff)
downloadazalea-drasl-b8228a036016fa58cab4b00a2e62298df299d41f.tar.xz
Azalea registry (#20)
* make azalea-registry crate * add trait feature to az-block * registr * registry macro * impl Display for registry things * registries
Diffstat (limited to 'azalea-registry/README.md')
-rw-r--r--azalea-registry/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/azalea-registry/README.md b/azalea-registry/README.md
new file mode 100644
index 00000000..d70dd971
--- /dev/null
+++ b/azalea-registry/README.md
@@ -0,0 +1,3 @@
+# Azalea Registry
+
+Minecraft has a concept called "registries", which are primarily used to determine ids in the protocol. The contents of this crate are automatically generated using Minecraft's built-in data generator.