mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-06-07 17:16:44 +01:00
Fix for undo + pack.mcmeta update
This commit is contained in:
parent
87ccaa3a1e
commit
2563f7fe76
@ -9,8 +9,8 @@ function armor_statues:repeat/save_redo_state
|
||||
#
|
||||
# Copies last undo state to armor stand
|
||||
#
|
||||
data modify entity @e[type=minecraft:armor_stand,sort=nearest,limit=1] {} merge from storage customizable_armor_stands:book_storage SavedItem.tag.UndoStates[0]
|
||||
data modify entity @e[type=minecraft:armor_stand,sort=nearest,limit=1] Pose set from storage customizable_armor_stands:book_storage SavedItem.tag.UndoStates[0].Pose
|
||||
data modify entity @e[type=minecraft:armor_stand,sort=nearest,limit=1,tag=as_selected] {} merge from storage customizable_armor_stands:book_storage SavedItem.tag.UndoStates[0]
|
||||
data modify entity @e[type=minecraft:armor_stand,sort=nearest,limit=1,tag=as_selected] Pose set from storage customizable_armor_stands:book_storage SavedItem.tag.UndoStates[0].Pose
|
||||
#
|
||||
# Deletes undo state state
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 12,
|
||||
"pack_format": 15,
|
||||
"description": [{"text":"Armor Statues","color":"gold"},{"text":"\n","color":"yellow"}]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user