Don't show core ghosts (#5834)

This commit is contained in:
Matthew Peng
2021-08-22 06:45:17 -07:00
committed by GitHub
parent 7773a3b17b
commit b860b2bbfb

View File

@@ -55,6 +55,7 @@ public class CoreBlock extends StorageBlock{
envEnabled = Env.any;
drawDisabled = false;
replaceable = false;
rebuildable = false;
}
@Remote(called = Loc.server)