HHGames/data/herohost/advancement/misc/lock.json

16 lines
383 B
JSON
Raw Normal View History

2024-11-28 23:12:43 +01:00
{
"criteria": {
"requirement": {
"trigger": "minecraft:player_interacted_with_entity",
"conditions": {
"entity": {
"type": "minecraft:interaction",
"nbt": "{Tags:[\"locked\"]}"
}
}
}
},
"rewards": {
"function": "herohost:misc/lock"
}
}