mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-06-07 17:16:44 +01:00
30 lines
571 B
JSON
30 lines
571 B
JSON
{
|
|
"condition": "minecraft:any_of",
|
|
"terms": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"equipment": {
|
|
"mainhand": {
|
|
"item": "minecraft:written_book",
|
|
"nbt": "{datapack:ArmorStatuesV2}"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"equipment": {
|
|
"offhand": {
|
|
"item": "minecraft:written_book",
|
|
"nbt": "{datapack:ArmorStatuesV2}"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|