29 lines
605 B
JSON
29 lines
605 B
JSON
{
|
|
"condition": "minecraft:alternative",
|
|
"terms": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"equipment": {
|
|
"mainhand": {
|
|
"item": "minecraft:written_book",
|
|
"nbt": "{datapack:ArmourStatuesV2}"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"equipment": {
|
|
"offhand": {
|
|
"item": "minecraft:written_book",
|
|
"nbt": "{datapack:ArmourStatuesV2}"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |