From 6573041f810bee96e5066d8a5a929f7aea8e96af Mon Sep 17 00:00:00 2001 From: ybw0014 Date: Sat, 11 May 2024 16:59:18 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A1=A5=E5=85=85=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ncbpfluffybear/fluffymachines/machines/SmartFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/io/ncbpfluffybear/fluffymachines/machines/SmartFactory.java b/src/main/java/io/ncbpfluffybear/fluffymachines/machines/SmartFactory.java index 128a3d16..a92def0c 100644 --- a/src/main/java/io/ncbpfluffybear/fluffymachines/machines/SmartFactory.java +++ b/src/main/java/io/ncbpfluffybear/fluffymachines/machines/SmartFactory.java @@ -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不会填充空的格子" @@ -427,7 +427,7 @@ public List 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);