mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 23:44:38 +00:00
Fix dimension type order
This commit is contained in:
parent
4f65bfaa32
commit
b8df77aee6
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ impl Default for WolfVariant {
|
|||
registry! {
|
||||
enum DimensionType {
|
||||
Overworld => "minecraft:overworld",
|
||||
Nether => "minecraft:the_nether",
|
||||
End => "minecraft:the_end",
|
||||
OverworldCaves => "minecraft:overworld_caves",
|
||||
End => "minecraft:the_end",
|
||||
Nether => "minecraft:the_nether",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue