1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-08-10 08:35:52 +01:00

Bugfix for nbt not saving properly to nbt

This commit is contained in:
MukiTanuki
2021-07-01 10:32:07 -06:00
parent 4d877e1956
commit e6a4cb1beb
4 changed files with 11 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ data modify storage customizable_armor_stands:book_storage SavedItem.tag.SavedPo
data modify storage customizable_armor_stands:book_storage SavedItem.tag.SavedPose.Invisible set from entity @s Invisible
data modify storage customizable_armor_stands:book_storage SavedItem.tag.SavedPose.CustomNameVisible set from entity @s CustomNameVisible
#
execute as @p[tag=as_selected] run function armor_statues:storage_out_copy
execute as @p[tag=as_selected] run function armor_statues:storage_out
#
title @a[tag=as_selected,tag=!as_chat] actionbar [{"selector":"@s","color":"dark_green"}, {"text":" Pose and settings copied to the book","color":"dark_green"}]
tellraw @a[tag=as_selected,tag=as_chat] [{"text":"<Stick_God> ","color":"dark_green"}, {"selector":"@s","color":"dark_green"}, {"text":" Pose and settings copied to the book","color":"dark_green"}]