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

Made some optimizations and compatability fixes for 1.17

This commit is contained in:
MukiTanuki
2021-06-01 21:21:16 -06:00
parent 54ac24c104
commit 351ce5c526
3 changed files with 21 additions and 18 deletions

View File

@@ -0,0 +1,16 @@
[
{
"function": "minecraft:copy_nbt",
"source": {
"type": "storage",
"source": "customizable_armor_stands:book_storage"
},
"ops": [
{
"source": "SavedItem",
"target": "[]",
"op": "replace"
}
]
}
]