From 06caf11654ea1f7b215f585ea006c98a2de0e942 Mon Sep 17 00:00:00 2001 From: Bob Date: Mon, 24 Feb 2025 21:43:44 +0100 Subject: [PATCH] yeah that's all the bugs that needed fixing --- src/main/java/api/hbm/energymk2/Nodespace.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/api/hbm/energymk2/Nodespace.java b/src/main/java/api/hbm/energymk2/Nodespace.java index 5f9bcdb13..e2cb4134f 100644 --- a/src/main/java/api/hbm/energymk2/Nodespace.java +++ b/src/main/java/api/hbm/energymk2/Nodespace.java @@ -46,7 +46,6 @@ import net.minecraft.world.World; * breaking, but it seems to allow those parts to connect back to their neighbor nets as they are supposed to. I am not proud of this solution, * this issue shouldn't exist to begin with and I am going fucking insane but it is what it is. */ - public boolean recentlyChanged = true; public PowerNode(BlockPos... positions) { super(THE_POWER_PROVIDER, positions);