From b8228a036016fa58cab4b00a2e62298df299d41f Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sat, 27 Aug 2022 20:31:21 -0500 Subject: Azalea registry (#20) * make azalea-registry crate * add trait feature to az-block * registr * registry macro * impl Display for registry things * registries --- azalea-registry/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 azalea-registry/README.md (limited to 'azalea-registry/README.md') 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. -- cgit v1.2.3