1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-10-21 03:12:14 +01:00

Fix for undo/redo issue.

This commit is contained in:
MukiTanuki
2023-09-24 17:33:55 -07:00
parent 8fd8ab69be
commit b0fb665755
3 changed files with 106 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
#
# Description: Checks to see if a UUID matches that of a given UUID of an entity.
# Called by: as_statue:repeat/undo_redo
# Entity @s: any
# Parameters:
# UUID (list): a uuid to check against the entity.
#
$execute if data entity @s { UUID: $(UUID) } run return 1
return 0