mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-06-08 05:26:43 +01:00
7 lines
181 B
MCFunction
7 lines
181 B
MCFunction
#
|
|
# 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 |