Skip to content

Commit

Permalink
yeah that's all the bugs that needed fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
HbmMods committed Feb 24, 2025
1 parent bd3b52c commit 06caf11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/api/hbm/energymk2/Nodespace.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public static class PowerNode extends GenNode<PowerNetMK2> {
* 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);
Expand Down

0 comments on commit 06caf11

Please sign in to comment.