HHGames/data/herohost/advancement/tnt/get_tnt.json
HeroChris cb08afef4c Redesign biome and update
- Updates to 1.21.3
- Biome changes with correct colours
2024-11-19 18:07:59 +01:00

43 lines
921 B
JSON

{
"criteria": {
"requirement": {
"trigger": "minecraft:entity_hurt_player",
"conditions": {
"player": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"equipment": {
"head": {
"items": [
"minecraft:tnt"
]
}
}
}
}
}
],
"damage": {
"source_entity": {
"type": "minecraft:player",
"equipment": {
"head": {
"items": [
"minecraft:tnt"
]
}
}
}
}
}
}
},
"rewards": {
"function": "herohost:tnt/get_tnt"
}
}