You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
68
data/minecraft/advancements/husbandry/tactical_fishing.json
Normal file
68
data/minecraft/advancements/husbandry/tactical_fishing.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/fishy_business",
|
||||
"criteria": {
|
||||
"cod_bucket": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cod_bucket"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:filled_bucket"
|
||||
},
|
||||
"pufferfish_bucket": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:pufferfish_bucket"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:filled_bucket"
|
||||
},
|
||||
"salmon_bucket": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:salmon_bucket"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:filled_bucket"
|
||||
},
|
||||
"tropical_fish_bucket": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:tropical_fish_bucket"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:filled_bucket"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.tactical_fishing.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:pufferfish_bucket"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.tactical_fishing.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"cod_bucket",
|
||||
"tropical_fish_bucket",
|
||||
"pufferfish_bucket",
|
||||
"salmon_bucket"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user