actorblock only renders when F3 is on

This commit is contained in:
minjaesong
2022-07-19 22:14:40 +09:00
parent 78d249cb6e
commit 8b8fc0e93c
8 changed files with 90 additions and 87 deletions

View File

@@ -108,5 +108,5 @@ class BlockProp {
val extra = Codex()
val isActorBlock: Boolean
get() = nameKey.contains("ACTORBLOCK")
get() = tags.contains("ACTORBLOCK")
}