mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
random fuckin fix
apparently this fixes all those `ntm_null` component issues
This commit is contained in:
parent
aaff6b9b70
commit
12af0abed9
@ -232,7 +232,7 @@ public class CompatHandler {
|
||||
@Override
|
||||
@Optional.Method(modid = "OpenComputers")
|
||||
default boolean canConnectNode(ForgeDirection side) {
|
||||
return true;
|
||||
return !this.getComponentName().equals(nullComponent);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user