1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-08-12 21:15: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

@@ -7,8 +7,13 @@
},
"ops": [
{
"source": "SavedItem",
"target": "[]",
"source": "SavedItem.tag",
"target": "{}",
"op": "merge"
},
{
"source": "SavedItem.tag.SavedPose",
"target": "SavedPose",
"op": "replace"
}
]