Skip to content

Commit

Permalink
chore: 补充翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed May 11, 2024
1 parent b207426 commit 6573041
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public void init() {
Utils.createBorder(this, ChestMenuUtils.getOutputSlotTexture(), BORDER_OUT);
this.addItem(PROGRESS_SLOT, PROGRESS_ITEM);
this.addItem(9, new CustomItemStack(Material.BLACK_STAINED_GLASS_PANE, "&7煤炭区",
"&e该行的格子会接收来自货运的煤炭"
"&e该行的格子会接收来自货运的煤炭"
));
this.addItem(18, new CustomItemStack(Material.YELLOW_STAINED_GLASS_PANE, "&b其他物品区",
"&e剩余的格子会接收来自货运的任何其他物品", "&e货运仅会补充现有的物品", "&e不会填充空的格子"
Expand Down Expand Up @@ -427,7 +427,7 @@ public List<ItemStack> getDisplayRecipes() {

if (ITEM_RECIPES.get(sfStack.getItem()).size() > 1) {
lore.add("");
lore.add(Utils.color("&7This recipe has a Magma Block alternative"));
lore.add(Utils.color("&7该配方可使用岩浆块替代"));
}

displayMeta.setLore(lore);
Expand Down

0 comments on commit 6573041

Please sign in to comment.