mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-06-07 05:06:45 +01:00
7 lines
220 B
MCFunction
7 lines
220 B
MCFunction
#
|
|
# Description: turns empty item frames visible
|
|
# Called by: armor_statues:as_second
|
|
# Entity @s: invisible item frame
|
|
#
|
|
execute as @s run data merge entity @s {Invisible:0b}
|
|
execute as @s run tag @s remove if_invisible |