worldCell.targetable = false (#7345)

This commit is contained in:
Lucky Clover
2022-08-11 07:23:11 -04:00
committed by GitHub
parent 0014cd30b6
commit b3f43dbc03
+2 -1
View File
@@ -5754,7 +5754,8 @@ public class Blocks{
worldCell = new MemoryBlock("world-cell"){{
requirements(Category.logic, BuildVisibility.editorOnly, with());
targetable = false;
privileged = true;
memoryCapacity = 128;
forceDark = true;