random fuckin fix

apparently this fixes all those `ntm_null` component issues
This commit is contained in:
BallOfEnergy 2025-03-30 14:51:20 -05:00
parent aaff6b9b70
commit 12af0abed9

View File

@ -232,7 +232,7 @@ public class CompatHandler {
@Override @Override
@Optional.Method(modid = "OpenComputers") @Optional.Method(modid = "OpenComputers")
default boolean canConnectNode(ForgeDirection side) { default boolean canConnectNode(ForgeDirection side) {
return true; return !this.getComponentName().equals(nullComponent);
} }
/** /**