From 739b1f262666056af39ab55b4009bee745f73801 Mon Sep 17 00:00:00 2001 From: TendoArisu <165495758+XUANHLGG@users.noreply.github.com> Date: Thu, 18 Dec 2025 20:34:26 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=94=E7=94=B2?= =?UTF-8?q?=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/data/minecraft/tags/item/dyeable.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/main/resources/data/minecraft/tags/item/dyeable.json b/common/src/main/resources/data/minecraft/tags/item/dyeable.json index 7886d7b9..8bd72614 100644 --- a/common/src/main/resources/data/minecraft/tags/item/dyeable.json +++ b/common/src/main/resources/data/minecraft/tags/item/dyeable.json @@ -1,6 +1,6 @@ { "replace": false, "values": [ - "#toneko:neko_armors" + "#toneko:neko_armor" ] -} \ No newline at end of file +} From 4a2476f7422bf9a19e426718aa5964ef99cc1c50 Mon Sep 17 00:00:00 2001 From: TendoArisu <165495758+XUANHLGG@users.noreply.github.com> Date: Thu, 18 Dec 2025 20:47:45 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=B8=AD=E6=AF=8Ftick=E9=83=BD=E6=89=93=E5=8D=B0=E5=BD=93?= =?UTF-8?q?=E5=89=8D=E5=A7=BF=E6=80=81=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cneko/toneko/common/mod/client/events/ClientTickEvent.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/main/java/org/cneko/toneko/common/mod/client/events/ClientTickEvent.java b/common/src/main/java/org/cneko/toneko/common/mod/client/events/ClientTickEvent.java index e3ee9fe5..d0611e7e 100644 --- a/common/src/main/java/org/cneko/toneko/common/mod/client/events/ClientTickEvent.java +++ b/common/src/main/java/org/cneko/toneko/common/mod/client/events/ClientTickEvent.java @@ -71,7 +71,8 @@ public static void onTick(Minecraft client) { }); } if (ClientEntityPoseManager.contains(p)){ - System.out.println(ClientEntityPoseManager.getPose(p)); + //检查姿态但不打印日志 + //System.out.println(ClientEntityPoseManager.getPose(p)); } // 如果是被骑乘的玩家,并且潜行,则取消骑乘 if(p.isShiftKeyDown()){