worldCell.targetable = false (#7345)
This commit is contained in:
@@ -5755,6 +5755,7 @@ public class Blocks{
|
|||||||
worldCell = new MemoryBlock("world-cell"){{
|
worldCell = new MemoryBlock("world-cell"){{
|
||||||
requirements(Category.logic, BuildVisibility.editorOnly, with());
|
requirements(Category.logic, BuildVisibility.editorOnly, with());
|
||||||
|
|
||||||
|
targetable = false;
|
||||||
privileged = true;
|
privileged = true;
|
||||||
memoryCapacity = 128;
|
memoryCapacity = 128;
|
||||||
forceDark = true;
|
forceDark = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user