remove assets from master

This commit is contained in:
inventivetalent
2021-02-18 10:28:43 +01:00
parent a3ccc9d48d
commit 7a69391726
10103 changed files with 0 additions and 554767 deletions

View File

@@ -1,38 +0,0 @@
{
"parent": "minecraft:adventure/kill_a_mob",
"display": {
"icon": {
"item": "minecraft:trident"
},
"title": {
"translate": "advancements.adventure.throw_trident.title"
},
"description": {
"translate": "advancements.adventure.throw_trident.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"shot_trident": {
"trigger": "minecraft:player_hurt_entity",
"conditions": {
"damage": {
"type": {
"is_projectile": true,
"direct_entity": {
"type": "minecraft:trident"
}
}
}
}
}
},
"requirements": [
[
"shot_trident"
]
]
}