From 7ba55b0159bd326ff7ddb8040a79cdd5f38f9d5a Mon Sep 17 00:00:00 2001 From: ybw0014 Date: Fri, 17 Jun 2022 20:27:36 -0400 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=B1=89=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dev/sefiraat/netheopoiesis/implementation/Groups.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/dev/sefiraat/netheopoiesis/implementation/Groups.java b/src/main/java/dev/sefiraat/netheopoiesis/implementation/Groups.java index 719d4b1..e67c392 100644 --- a/src/main/java/dev/sefiraat/netheopoiesis/implementation/Groups.java +++ b/src/main/java/dev/sefiraat/netheopoiesis/implementation/Groups.java @@ -57,7 +57,7 @@ private Groups() { Keys.newKey("pastes"), new CustomItemStack( new ItemStack(Material.GLOWSTONE_DUST), - Theme.MAIN.color("下界乌托邦 - Seed Pastes") + Theme.MAIN.color("下界乌托邦 - 浆糊") ) ); @@ -65,7 +65,7 @@ private Groups() { Keys.newKey("netheo-balls"), new CustomItemStack( new ItemStack(Material.SNOWBALL), - Theme.MAIN.color("下界乌托邦 - Netheo Balls") + Theme.MAIN.color("下界乌托邦 - 下界丸子") ) ); @@ -89,7 +89,7 @@ private Groups() { Keys.newKey("trades"), new CustomItemStack( new ItemStack(Material.GOLD_INGOT), - Theme.MAIN.color("流浪猪灵") + Theme.MAIN.color("猪灵交易笔记") ) );