mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-08-13 09:25:52 +01:00
Invisible armor stands will now become visible after a few seconds if they have no items, visible name, or aren't locked. Tool rack armor stands will now become visible after a few seconds if tripwire hook is broken.
This commit is contained in:
7
data/armor_statues/functions/set_visible.mcfunction
Normal file
7
data/armor_statues/functions/set_visible.mcfunction
Normal file
@@ -0,0 +1,7 @@
|
||||
#
|
||||
# Description: Sets invisible armor stands to visible
|
||||
# Called by: armor_statues:3_second
|
||||
# Entity @s: armor stand
|
||||
#
|
||||
data merge entity @s {Invisible:0b}
|
||||
tag @s remove as_invisible
|
Reference in New Issue
Block a user