From 130d2582cb9fcb015a3820516aaadc8f584add48 Mon Sep 17 00:00:00 2001 From: Light_Quanta Date: Wed, 25 Jun 2025 02:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E7=A1=AE=E5=88=A4=E6=96=AD=E5=8D=93?= =?UTF-8?q?=E8=B6=8A=E7=89=A9=E5=93=81=E6=8E=A5=E5=8F=A3=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../block/entity/SuperbItemInterfaceBlockEntity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/atsuishio/superbwarfare/block/entity/SuperbItemInterfaceBlockEntity.java b/src/main/java/com/atsuishio/superbwarfare/block/entity/SuperbItemInterfaceBlockEntity.java index 821032977..9fa7e8e73 100644 --- a/src/main/java/com/atsuishio/superbwarfare/block/entity/SuperbItemInterfaceBlockEntity.java +++ b/src/main/java/com/atsuishio/superbwarfare/block/entity/SuperbItemInterfaceBlockEntity.java @@ -41,6 +41,7 @@ public class SuperbItemInterfaceBlockEntity extends BaseContainerBlockEntity { blockEntity.setCooldown(TRANSFER_COOLDOWN); if (blockEntity.isEmpty()) return; + if (!state.getValue(SuperbItemInterfaceBlock.ENABLED)) return; var facing = state.getValue(SuperbItemInterfaceBlock.FACING);