Skip to content

Commit

Permalink
add missing dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn committed Aug 5, 2024
1 parent a17d007 commit 3b53f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/shared/src/world/dimension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ pub enum Dimension {
Overworld = 0,
Nether = 1,
End = 2,
Undefined = 3,
}

0 comments on commit 3b53f8e

Please sign in to comment.