Skip to content

Commit

Permalink
chore: update MaterialType.h (#1529)
Browse files Browse the repository at this point in the history
The MaterialType enum is outdated. See `StringFromMaterialType` for reference.
  • Loading branch information
wu-vincent authored May 8, 2024
1 parent 34ee874 commit 2fdbcff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/mc/enums/MaterialType.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ enum class MaterialType : uint {
ClientRequestPlaceholder = 0x31,
StructureVoid = 0x32,
Root = 0x33,
SurfaceTypeTotal = 0x34,
Any = 0x35,
Shulker = 0x34,
SurfaceTypeTotal = 0x35,
Any = 0x36,
};

0 comments on commit 2fdbcff

Please sign in to comment.