Create/Update assets for version 24w45a

This commit is contained in:
InventiveBot
2024-11-06 18:31:49 +01:00
parent eb37d6dae9
commit 9db0e578d3
21545 changed files with 1480738 additions and 18 deletions

View File

@@ -0,0 +1,41 @@
{
"parent": "minecraft:adventure/kill_a_mob",
"criteria": {
"shot_trident": {
"conditions": {
"damage": {
"type": {
"direct_entity": {
"type": "minecraft:trident"
},
"tags": [
{
"expected": true,
"id": "minecraft:is_projectile"
}
]
}
}
},
"trigger": "minecraft:player_hurt_entity"
}
},
"display": {
"description": {
"translate": "advancements.adventure.throw_trident.description"
},
"icon": {
"count": 1,
"id": "minecraft:trident"
},
"title": {
"translate": "advancements.adventure.throw_trident.title"
}
},
"requirements": [
[
"shot_trident"
]
],
"sends_telemetry_event": true
}