aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry/src/extra.rs
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2024-06-13 19:52:05 -0500
committerGitHub <noreply@github.com>2024-06-13 19:52:05 -0500
commitf66d2d476759085601fc398afcac7d8b1940ebf7 (patch)
tree6faf7bb89996eb7c37b2a4dc72c1f08b02a4ef0d /azalea-registry/src/extra.rs
parent38eab50b4fc53f10c3f607935e47b65a8c4f3ef9 (diff)
downloadazalea-drasl-f66d2d476759085601fc398afcac7d8b1940ebf7.tar.xz
1.21 (#145)
* 24w18a (data driven enchantments not implemented yet) * 1.21
Diffstat (limited to 'azalea-registry/src/extra.rs')
-rw-r--r--azalea-registry/src/extra.rs24
1 files changed, 24 insertions, 0 deletions
diff --git a/azalea-registry/src/extra.rs b/azalea-registry/src/extra.rs
index 6be981c1..79533652 100644
--- a/azalea-registry/src/extra.rs
+++ b/azalea-registry/src/extra.rs
@@ -72,3 +72,27 @@ enum TrimPattern {
Bolt => "bolt",
}
}
+
+registry! {
+enum JukeboxSong {
+ Thirteen => "13",
+ Cat => "cat",
+ Blocks => "blocks",
+ Chirp => "chirp",
+ Far => "far",
+ Mall => "mall",
+ Mellohi => "mellohi",
+ Stal => "stal",
+ Strad => "strad",
+ Ward => "ward",
+ Eleven => "11",
+ Wait => "wait",
+ Pigstep => "pigstep",
+ Otherside => "otherside",
+ Five => "5",
+ Relic => "relic",
+ Precipice => "precipice",
+ Creator => "creator",
+ CreatorMusicBox => "creator_music_box",
+}
+}