mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
actorblock only renders when F3 is on
This commit is contained in:
@@ -108,5 +108,5 @@ class BlockProp {
|
||||
val extra = Codex()
|
||||
|
||||
val isActorBlock: Boolean
|
||||
get() = nameKey.contains("ACTORBLOCK")
|
||||
get() = tags.contains("ACTORBLOCK")
|
||||
}
|
||||
Reference in New Issue
Block a user