You've already forked minecraft-assets
Create/Update assets for version 25w09a
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"parent": "minecraft:adventure/trade",
|
||||
"criteria": {
|
||||
"trade_at_world_height": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"position": {
|
||||
"y": {
|
||||
"min": 319.0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:villager_trade"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"description": {
|
||||
"translate": "advancements.adventure.trade_at_world_height.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:emerald"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.trade_at_world_height.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"trade_at_world_height"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user