worldMessage.targetable=false (#7802)

turret would try to attack worldMessage but cant hit it
so why not combine privileged with targetable(
This commit is contained in:
Lucky Clover
2022-11-03 11:52:23 +08:00
committed by GitHub
parent 4c0664c068
commit 993f3973d2

View File

@@ -5861,6 +5861,8 @@ public class Blocks{
worldMessage = new MessageBlock("world-message"){{
requirements(Category.logic, BuildVisibility.editorOnly, with());
targetable = false;
privileged = true;
}};