You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
35
data/minecraft/advancements/adventure/arbalistic.json
Normal file
35
data/minecraft/advancements/adventure/arbalistic.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/ol_betsy",
|
||||
"criteria": {
|
||||
"arbalistic": {
|
||||
"conditions": {
|
||||
"unique_entity_types": 5
|
||||
},
|
||||
"trigger": "minecraft:killed_by_crossbow"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.adventure.arbalistic.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": true,
|
||||
"icon": {
|
||||
"item": "minecraft:crossbow",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.adventure.arbalistic.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"arbalistic"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"experience": 85
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user