Skip to content

Commit

Permalink
补充汉化
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Jun 18, 2022
1 parent 903644f commit 7ba55b0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ private Groups() {
Keys.newKey("pastes"),
new CustomItemStack(
new ItemStack(Material.GLOWSTONE_DUST),
Theme.MAIN.color("下界乌托邦 - Seed Pastes")
Theme.MAIN.color("下界乌托邦 - 浆糊")
)
);

public static final DummyItemGroup BALLS = new DummyItemGroup(
Keys.newKey("netheo-balls"),
new CustomItemStack(
new ItemStack(Material.SNOWBALL),
Theme.MAIN.color("下界乌托邦 - Netheo Balls")
Theme.MAIN.color("下界乌托邦 - 下界丸子")
)
);

Expand All @@ -89,7 +89,7 @@ private Groups() {
Keys.newKey("trades"),
new CustomItemStack(
new ItemStack(Material.GOLD_INGOT),
Theme.MAIN.color("流浪猪灵")
Theme.MAIN.color("猪灵交易笔记")
)
);

Expand Down

0 comments on commit 7ba55b0

Please sign in to comment.