diff options
author | Joey Sacchini <joey@sacchini.net> | 2020-12-02 11:45:42 -0500 |
---|---|---|
committer | Joey Sacchini <joey@sacchini.net> | 2020-12-02 11:45:42 -0500 |
commit | 1f08aada116c9836f3d0f0e6261c47bbeffd7549 (patch) | |
tree | ff48c7558d9c7696574b1da9b51ef318cf6d851f /src | |
parent | b94299da5fd1f26ad7febef62585be0cd8f812e5 (diff) | |
download | mcproto-rs-1f08aada116c9836f3d0f0e6261c47bbeffd7549.tar.gz mcproto-rs-1f08aada116c9836f3d0f0e6261c47bbeffd7549.tar.bz2 mcproto-rs-1f08aada116c9836f3d0f0e6261c47bbeffd7549.zip |
minecraft:angle for command parser spec
Diffstat (limited to 'src')
-rw-r--r-- | src/v1_16_3.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/v1_16_3.rs b/src/v1_16_3.rs index f3598c6..7c7b4d8 100644 --- a/src/v1_16_3.rs +++ b/src/v1_16_3.rs @@ -1223,6 +1223,7 @@ proto_str_enum!(CommandParserSpec, "minecraft:operation" :: Operation, "minecraft:particle" :: Particle, "minecraft:rotation" :: Rotation, + "minecraft:angle" :: Angle, "minecraft:scoreboard_slot" :: ScoreboardSlot, "minecraft:score_holder" :: ScoreHolder(ScoreHolderFlags), "minecraft:swizzle" :: Swizzle, |