Skip to content

Commit

Permalink
Update holding_compass.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomGgames committed Jun 21, 2024
1 parent d2e13cb commit 840caa8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions data/coordinates/predicate/holding_compass.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,28 @@
}
}
}
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"equipment": {
"offhand": {
"items": "minecraft:recovery_compass"
}
}
}
},
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"equipment": {
"mainhand": {
"items": "minecraft:recovery_compass"
}
}
}
}
]
}

0 comments on commit 840caa8

Please sign in to comment.