Skip to content

Commit

Permalink
fix: fix the wrong dimension name
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Aug 30, 2023
1 parent 775bf36 commit 7a05402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/rtast/viewdimension/ViewDimension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class ViewDimension : DedicatedServerModInitializer {
"overworld" -> Text.literal("主世界")
.styled { it.withBold(true).withItalic(true).withColor(Formatting.GREEN) }

"the_nether" -> Text.literal("下届")
"the_nether" -> Text.literal("下界")
.styled { it.withBold(true).withItalic(true).withColor(Formatting.RED) }

else -> Text.translatable("末地")
Expand Down

0 comments on commit 7a05402

Please sign in to comment.