Create/Update assets for version 25w03a

This commit is contained in:
InventiveBot
2025-01-15 18:31:25 +01:00
parent cf75216007
commit cfad7ee62b
21685 changed files with 1495422 additions and 18 deletions

View File

@@ -0,0 +1,53 @@
{
"parent": "minecraft:adventure/minecraft_trials_edition",
"criteria": {
"overoverkill": {
"conditions": {
"damage": {
"type": {
"direct_entity": {
"type": "minecraft:player",
"equipment": {
"mainhand": {
"items": "minecraft:mace"
}
}
},
"tags": [
{
"expected": true,
"id": "minecraft:mace_smash"
}
]
},
"dealt": {
"min": 100.0
}
}
},
"trigger": "minecraft:player_hurt_entity"
}
},
"display": {
"description": {
"translate": "advancements.adventure.overoverkill.description"
},
"frame": "challenge",
"icon": {
"count": 1,
"id": "minecraft:mace"
},
"title": {
"translate": "advancements.adventure.overoverkill.title"
}
},
"requirements": [
[
"overoverkill"
]
],
"rewards": {
"experience": 50
},
"sends_telemetry_event": true
}