Translate & Advancement
This commit is contained in:
16
data/herohost/advancement/misc/lock.json
Normal file
16
data/herohost/advancement/misc/lock.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:player_interacted_with_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:interaction",
|
||||
"nbt": "{Tags:[\"locked\"]}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"rewards": {
|
||||
"function": "herohost:misc/lock"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user