You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
1
data/minecraft/advancements/husbandry/_all.json
Normal file
1
data/minecraft/advancements/husbandry/_all.json
Normal file
File diff suppressed because one or more lines are too long
1
data/minecraft/advancements/husbandry/_list.json
Normal file
1
data/minecraft/advancements/husbandry/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["allay_deliver_cake_to_note_block.json","allay_deliver_item_to_player.json","axolotl_in_a_bucket.json","balanced_diet.json","bred_all_animals.json","breed_an_animal.json","complete_catalogue.json","fishy_business.json","froglights.json","kill_axolotl_target.json","leash_all_frog_variants.json","make_a_sign_glow.json","obtain_netherite_hoe.json","plant_seed.json","ride_a_boat_with_a_goat.json","root.json","safely_harvest_honey.json","silk_touch_nest.json","tactical_fishing.json","tadpole_in_a_bucket.json","tame_an_animal.json","wax_off.json","wax_on.json"]}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/allay_deliver_item_to_player",
|
||||
"criteria": {
|
||||
"allay_deliver_cake_to_note_block": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cake"
|
||||
]
|
||||
},
|
||||
"location": {
|
||||
"block": {
|
||||
"blocks": [
|
||||
"minecraft:note_block"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:allay_drop_item_on_block"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.allay_deliver_cake_to_note_block.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": true,
|
||||
"icon": {
|
||||
"item": "minecraft:note_block"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.allay_deliver_cake_to_note_block.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"allay_deliver_cake_to_note_block"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"criteria": {
|
||||
"allay_deliver_item_to_player": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:allay"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:thrown_item_picked_up_by_player"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.allay_deliver_item_to_player.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": true,
|
||||
"icon": {
|
||||
"item": "minecraft:cookie"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.allay_deliver_item_to_player.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"allay_deliver_item_to_player"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/tactical_fishing",
|
||||
"criteria": {
|
||||
"axolotl_bucket": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:axolotl_bucket"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:filled_bucket"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.axolotl_in_a_bucket.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:axolotl_bucket"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.axolotl_in_a_bucket.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"axolotl_bucket"
|
||||
]
|
||||
]
|
||||
}
|
||||
545
data/minecraft/advancements/husbandry/balanced_diet.json
Normal file
545
data/minecraft/advancements/husbandry/balanced_diet.json
Normal file
@@ -0,0 +1,545 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/plant_seed",
|
||||
"criteria": {
|
||||
"apple": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:apple"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"baked_potato": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:baked_potato"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"beef": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:beef"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"beetroot": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:beetroot"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"beetroot_soup": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:beetroot_soup"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"bread": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:bread"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"carrot": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:carrot"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"chicken": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:chicken"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"chorus_fruit": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:chorus_fruit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"cod": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cod"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"cooked_beef": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cooked_beef"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"cooked_chicken": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cooked_chicken"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"cooked_cod": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cooked_cod"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"cooked_mutton": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cooked_mutton"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"cooked_porkchop": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cooked_porkchop"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"cooked_rabbit": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cooked_rabbit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"cooked_salmon": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cooked_salmon"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"cookie": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cookie"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"dried_kelp": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:dried_kelp"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"enchanted_golden_apple": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:enchanted_golden_apple"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"glow_berries": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:glow_berries"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"golden_apple": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:golden_apple"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"golden_carrot": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:golden_carrot"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"honey_bottle": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:honey_bottle"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"melon_slice": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:melon_slice"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"mushroom_stew": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:mushroom_stew"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"mutton": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:mutton"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"poisonous_potato": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:poisonous_potato"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"porkchop": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:porkchop"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"potato": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:potato"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"pufferfish": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:pufferfish"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"pumpkin_pie": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:pumpkin_pie"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"rabbit": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:rabbit"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"rabbit_stew": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:rabbit_stew"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"rotten_flesh": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:rotten_flesh"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"salmon": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:salmon"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"spider_eye": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:spider_eye"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"suspicious_stew": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:suspicious_stew"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"sweet_berries": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:sweet_berries"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"tropical_fish": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:tropical_fish"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.balanced_diet.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:apple"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.balanced_diet.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"apple"
|
||||
],
|
||||
[
|
||||
"mushroom_stew"
|
||||
],
|
||||
[
|
||||
"bread"
|
||||
],
|
||||
[
|
||||
"porkchop"
|
||||
],
|
||||
[
|
||||
"cooked_porkchop"
|
||||
],
|
||||
[
|
||||
"golden_apple"
|
||||
],
|
||||
[
|
||||
"enchanted_golden_apple"
|
||||
],
|
||||
[
|
||||
"cod"
|
||||
],
|
||||
[
|
||||
"salmon"
|
||||
],
|
||||
[
|
||||
"tropical_fish"
|
||||
],
|
||||
[
|
||||
"pufferfish"
|
||||
],
|
||||
[
|
||||
"cooked_cod"
|
||||
],
|
||||
[
|
||||
"cooked_salmon"
|
||||
],
|
||||
[
|
||||
"cookie"
|
||||
],
|
||||
[
|
||||
"melon_slice"
|
||||
],
|
||||
[
|
||||
"beef"
|
||||
],
|
||||
[
|
||||
"cooked_beef"
|
||||
],
|
||||
[
|
||||
"chicken"
|
||||
],
|
||||
[
|
||||
"cooked_chicken"
|
||||
],
|
||||
[
|
||||
"rotten_flesh"
|
||||
],
|
||||
[
|
||||
"spider_eye"
|
||||
],
|
||||
[
|
||||
"carrot"
|
||||
],
|
||||
[
|
||||
"potato"
|
||||
],
|
||||
[
|
||||
"baked_potato"
|
||||
],
|
||||
[
|
||||
"poisonous_potato"
|
||||
],
|
||||
[
|
||||
"golden_carrot"
|
||||
],
|
||||
[
|
||||
"pumpkin_pie"
|
||||
],
|
||||
[
|
||||
"rabbit"
|
||||
],
|
||||
[
|
||||
"cooked_rabbit"
|
||||
],
|
||||
[
|
||||
"rabbit_stew"
|
||||
],
|
||||
[
|
||||
"mutton"
|
||||
],
|
||||
[
|
||||
"cooked_mutton"
|
||||
],
|
||||
[
|
||||
"chorus_fruit"
|
||||
],
|
||||
[
|
||||
"beetroot"
|
||||
],
|
||||
[
|
||||
"beetroot_soup"
|
||||
],
|
||||
[
|
||||
"dried_kelp"
|
||||
],
|
||||
[
|
||||
"suspicious_stew"
|
||||
],
|
||||
[
|
||||
"sweet_berries"
|
||||
],
|
||||
[
|
||||
"honey_bottle"
|
||||
],
|
||||
[
|
||||
"glow_berries"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
}
|
||||
}
|
||||
417
data/minecraft/advancements/husbandry/bred_all_animals.json
Normal file
417
data/minecraft/advancements/husbandry/bred_all_animals.json
Normal file
@@ -0,0 +1,417 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/breed_an_animal",
|
||||
"criteria": {
|
||||
"minecraft:axolotl": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:axolotl"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:bee": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:bee"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:cat": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:cat"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:chicken": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:chicken"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:cow": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:cow"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:donkey": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:donkey"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:fox": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:fox"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:frog": {
|
||||
"conditions": {
|
||||
"parent": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:frog"
|
||||
}
|
||||
}
|
||||
],
|
||||
"partner": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:frog"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:goat": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:goat"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:hoglin": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:hoglin"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:horse": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:horse"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:llama": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:llama"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:mooshroom": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:mooshroom"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:mule": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:mule"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:ocelot": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:ocelot"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:panda": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:panda"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:pig": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:pig"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:rabbit": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:rabbit"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:sheep": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:sheep"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:strider": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:strider"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:turtle": {
|
||||
"conditions": {
|
||||
"parent": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:turtle"
|
||||
}
|
||||
}
|
||||
],
|
||||
"partner": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:turtle"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
},
|
||||
"minecraft:wolf": {
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:wolf"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.breed_all_animals.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:golden_carrot"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.breed_all_animals.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"minecraft:horse"
|
||||
],
|
||||
[
|
||||
"minecraft:donkey"
|
||||
],
|
||||
[
|
||||
"minecraft:mule"
|
||||
],
|
||||
[
|
||||
"minecraft:sheep"
|
||||
],
|
||||
[
|
||||
"minecraft:cow"
|
||||
],
|
||||
[
|
||||
"minecraft:mooshroom"
|
||||
],
|
||||
[
|
||||
"minecraft:pig"
|
||||
],
|
||||
[
|
||||
"minecraft:chicken"
|
||||
],
|
||||
[
|
||||
"minecraft:wolf"
|
||||
],
|
||||
[
|
||||
"minecraft:ocelot"
|
||||
],
|
||||
[
|
||||
"minecraft:rabbit"
|
||||
],
|
||||
[
|
||||
"minecraft:llama"
|
||||
],
|
||||
[
|
||||
"minecraft:cat"
|
||||
],
|
||||
[
|
||||
"minecraft:panda"
|
||||
],
|
||||
[
|
||||
"minecraft:fox"
|
||||
],
|
||||
[
|
||||
"minecraft:bee"
|
||||
],
|
||||
[
|
||||
"minecraft:hoglin"
|
||||
],
|
||||
[
|
||||
"minecraft:strider"
|
||||
],
|
||||
[
|
||||
"minecraft:goat"
|
||||
],
|
||||
[
|
||||
"minecraft:axolotl"
|
||||
],
|
||||
[
|
||||
"minecraft:turtle"
|
||||
],
|
||||
[
|
||||
"minecraft:frog"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
}
|
||||
}
|
||||
29
data/minecraft/advancements/husbandry/breed_an_animal.json
Normal file
29
data/minecraft/advancements/husbandry/breed_an_animal.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"criteria": {
|
||||
"bred": {
|
||||
"conditions": {},
|
||||
"trigger": "minecraft:bred_animals"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.breed_an_animal.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.breed_an_animal.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"bred"
|
||||
]
|
||||
]
|
||||
}
|
||||
245
data/minecraft/advancements/husbandry/complete_catalogue.json
Normal file
245
data/minecraft/advancements/husbandry/complete_catalogue.json
Normal file
@@ -0,0 +1,245 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/tame_an_animal",
|
||||
"criteria": {
|
||||
"minecraft:all_black": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "cat",
|
||||
"variant": "minecraft:all_black"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
},
|
||||
"minecraft:black": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "cat",
|
||||
"variant": "minecraft:black"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
},
|
||||
"minecraft:british_shorthair": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "cat",
|
||||
"variant": "minecraft:british_shorthair"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
},
|
||||
"minecraft:calico": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "cat",
|
||||
"variant": "minecraft:calico"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
},
|
||||
"minecraft:jellie": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "cat",
|
||||
"variant": "minecraft:jellie"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
},
|
||||
"minecraft:persian": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "cat",
|
||||
"variant": "minecraft:persian"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
},
|
||||
"minecraft:ragdoll": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "cat",
|
||||
"variant": "minecraft:ragdoll"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
},
|
||||
"minecraft:red": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "cat",
|
||||
"variant": "minecraft:red"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
},
|
||||
"minecraft:siamese": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "cat",
|
||||
"variant": "minecraft:siamese"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
},
|
||||
"minecraft:tabby": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "cat",
|
||||
"variant": "minecraft:tabby"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
},
|
||||
"minecraft:white": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "cat",
|
||||
"variant": "minecraft:white"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.complete_catalogue.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:cod"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.complete_catalogue.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"minecraft:all_black"
|
||||
],
|
||||
[
|
||||
"minecraft:black"
|
||||
],
|
||||
[
|
||||
"minecraft:british_shorthair"
|
||||
],
|
||||
[
|
||||
"minecraft:calico"
|
||||
],
|
||||
[
|
||||
"minecraft:jellie"
|
||||
],
|
||||
[
|
||||
"minecraft:persian"
|
||||
],
|
||||
[
|
||||
"minecraft:ragdoll"
|
||||
],
|
||||
[
|
||||
"minecraft:red"
|
||||
],
|
||||
[
|
||||
"minecraft:siamese"
|
||||
],
|
||||
[
|
||||
"minecraft:tabby"
|
||||
],
|
||||
[
|
||||
"minecraft:white"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"experience": 50
|
||||
}
|
||||
}
|
||||
69
data/minecraft/advancements/husbandry/fishy_business.json
Normal file
69
data/minecraft/advancements/husbandry/fishy_business.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"criteria": {
|
||||
"cod": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:cod"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:fishing_rod_hooked"
|
||||
},
|
||||
"pufferfish": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:pufferfish"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:fishing_rod_hooked"
|
||||
},
|
||||
"salmon": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:salmon"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:fishing_rod_hooked"
|
||||
},
|
||||
"tropical_fish": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:tropical_fish"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:fishing_rod_hooked"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.fishy_business.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:fishing_rod",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.fishy_business.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"cod",
|
||||
"tropical_fish",
|
||||
"pufferfish",
|
||||
"salmon"
|
||||
]
|
||||
]
|
||||
}
|
||||
47
data/minecraft/advancements/husbandry/froglights.json
Normal file
47
data/minecraft/advancements/husbandry/froglights.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/leash_all_frog_variants",
|
||||
"criteria": {
|
||||
"froglights": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:ochre_froglight"
|
||||
]
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
"minecraft:pearlescent_froglight"
|
||||
]
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
"minecraft:verdant_froglight"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.froglights.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:verdant_froglight"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.froglights.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"froglights"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/axolotl_in_a_bucket",
|
||||
"criteria": {
|
||||
"kill_axolotl_target": {
|
||||
"conditions": {
|
||||
"source": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:axolotl"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:effects_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.kill_axolotl_target.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:tropical_fish_bucket"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.kill_axolotl_target.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"kill_axolotl_target"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/tadpole_in_a_bucket",
|
||||
"criteria": {
|
||||
"minecraft:cold": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:frog",
|
||||
"type_specific": {
|
||||
"type": "frog",
|
||||
"variant": "minecraft:cold"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:lead"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:player_interacted_with_entity"
|
||||
},
|
||||
"minecraft:temperate": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:frog",
|
||||
"type_specific": {
|
||||
"type": "frog",
|
||||
"variant": "minecraft:temperate"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:lead"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:player_interacted_with_entity"
|
||||
},
|
||||
"minecraft:warm": {
|
||||
"conditions": {
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type": "minecraft:frog",
|
||||
"type_specific": {
|
||||
"type": "frog",
|
||||
"variant": "minecraft:warm"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:lead"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:player_interacted_with_entity"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.leash_all_frog_variants.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:lead"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.leash_all_frog_variants.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"minecraft:temperate"
|
||||
],
|
||||
[
|
||||
"minecraft:warm"
|
||||
],
|
||||
[
|
||||
"minecraft:cold"
|
||||
]
|
||||
]
|
||||
}
|
||||
40
data/minecraft/advancements/husbandry/make_a_sign_glow.json
Normal file
40
data/minecraft/advancements/husbandry/make_a_sign_glow.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"criteria": {
|
||||
"make_a_sign_glow": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:glow_ink_sac"
|
||||
]
|
||||
},
|
||||
"location": {
|
||||
"block": {
|
||||
"tag": "minecraft:all_signs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:item_used_on_block"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.make_a_sign_glow.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:glow_ink_sac"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.make_a_sign_glow.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"make_a_sign_glow"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/plant_seed",
|
||||
"criteria": {
|
||||
"netherite_hoe": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:netherite_hoe"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.netherite_hoe.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:netherite_hoe",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.netherite_hoe.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"netherite_hoe"
|
||||
]
|
||||
],
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
}
|
||||
}
|
||||
59
data/minecraft/advancements/husbandry/plant_seed.json
Normal file
59
data/minecraft/advancements/husbandry/plant_seed.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"criteria": {
|
||||
"beetroots": {
|
||||
"conditions": {
|
||||
"block": "minecraft:beetroots"
|
||||
},
|
||||
"trigger": "minecraft:placed_block"
|
||||
},
|
||||
"melon_stem": {
|
||||
"conditions": {
|
||||
"block": "minecraft:melon_stem"
|
||||
},
|
||||
"trigger": "minecraft:placed_block"
|
||||
},
|
||||
"nether_wart": {
|
||||
"conditions": {
|
||||
"block": "minecraft:nether_wart"
|
||||
},
|
||||
"trigger": "minecraft:placed_block"
|
||||
},
|
||||
"pumpkin_stem": {
|
||||
"conditions": {
|
||||
"block": "minecraft:pumpkin_stem"
|
||||
},
|
||||
"trigger": "minecraft:placed_block"
|
||||
},
|
||||
"wheat": {
|
||||
"conditions": {
|
||||
"block": "minecraft:wheat"
|
||||
},
|
||||
"trigger": "minecraft:placed_block"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.plant_seed.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.plant_seed.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"wheat",
|
||||
"pumpkin_stem",
|
||||
"melon_stem",
|
||||
"beetroots",
|
||||
"nether_wart"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"criteria": {
|
||||
"ride_a_boat_with_a_goat": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"vehicle": {
|
||||
"type": "minecraft:boat",
|
||||
"passenger": {
|
||||
"type": "minecraft:goat"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:started_riding"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.ride_a_boat_with_a_goat.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:oak_boat"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.ride_a_boat_with_a_goat.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"ride_a_boat_with_a_goat"
|
||||
]
|
||||
]
|
||||
}
|
||||
29
data/minecraft/advancements/husbandry/root.json
Normal file
29
data/minecraft/advancements/husbandry/root.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"criteria": {
|
||||
"consumed_item": {
|
||||
"conditions": {},
|
||||
"trigger": "minecraft:consume_item"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/husbandry.png",
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.root.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:hay_block"
|
||||
},
|
||||
"show_toast": false,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.root.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"consumed_item"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"criteria": {
|
||||
"safely_harvest_honey": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:glass_bottle"
|
||||
]
|
||||
},
|
||||
"location": {
|
||||
"block": {
|
||||
"tag": "minecraft:beehives"
|
||||
},
|
||||
"smokey": true
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:item_used_on_block"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.safely_harvest_honey.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:honey_bottle"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.safely_harvest_honey.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"safely_harvest_honey"
|
||||
]
|
||||
]
|
||||
}
|
||||
42
data/minecraft/advancements/husbandry/silk_touch_nest.json
Normal file
42
data/minecraft/advancements/husbandry/silk_touch_nest.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"criteria": {
|
||||
"silk_touch_nest": {
|
||||
"conditions": {
|
||||
"block": "minecraft:bee_nest",
|
||||
"item": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"num_bees_inside": 3
|
||||
},
|
||||
"trigger": "minecraft:bee_nest_destroyed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.silk_touch_nest.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:bee_nest"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.silk_touch_nest.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"silk_touch_nest"
|
||||
]
|
||||
]
|
||||
}
|
||||
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"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"criteria": {
|
||||
"tadpole_bucket": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:tadpole_bucket"
|
||||
]
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:filled_bucket"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.tadpole_in_a_bucket.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:tadpole_bucket"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.tadpole_in_a_bucket.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"tadpole_bucket"
|
||||
]
|
||||
]
|
||||
}
|
||||
29
data/minecraft/advancements/husbandry/tame_an_animal.json
Normal file
29
data/minecraft/advancements/husbandry/tame_an_animal.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"criteria": {
|
||||
"tamed_animal": {
|
||||
"conditions": {},
|
||||
"trigger": "minecraft:tame_animal"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.tame_an_animal.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:lead"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.tame_an_animal.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"tamed_animal"
|
||||
]
|
||||
]
|
||||
}
|
||||
63
data/minecraft/advancements/husbandry/wax_off.json
Normal file
63
data/minecraft/advancements/husbandry/wax_off.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/wax_on",
|
||||
"criteria": {
|
||||
"wax_off": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:wooden_axe",
|
||||
"minecraft:golden_axe",
|
||||
"minecraft:stone_axe",
|
||||
"minecraft:iron_axe",
|
||||
"minecraft:diamond_axe",
|
||||
"minecraft:netherite_axe"
|
||||
]
|
||||
},
|
||||
"location": {
|
||||
"block": {
|
||||
"blocks": [
|
||||
"minecraft:waxed_copper_block",
|
||||
"minecraft:waxed_exposed_copper",
|
||||
"minecraft:waxed_weathered_copper",
|
||||
"minecraft:waxed_oxidized_copper",
|
||||
"minecraft:waxed_cut_copper",
|
||||
"minecraft:waxed_exposed_cut_copper",
|
||||
"minecraft:waxed_weathered_cut_copper",
|
||||
"minecraft:waxed_oxidized_cut_copper",
|
||||
"minecraft:waxed_cut_copper_slab",
|
||||
"minecraft:waxed_exposed_cut_copper_slab",
|
||||
"minecraft:waxed_weathered_cut_copper_slab",
|
||||
"minecraft:waxed_oxidized_cut_copper_slab",
|
||||
"minecraft:waxed_cut_copper_stairs",
|
||||
"minecraft:waxed_exposed_cut_copper_stairs",
|
||||
"minecraft:waxed_weathered_cut_copper_stairs",
|
||||
"minecraft:waxed_oxidized_cut_copper_stairs"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:item_used_on_block"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.wax_off.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:stone_axe",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.wax_off.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"wax_off"
|
||||
]
|
||||
]
|
||||
}
|
||||
57
data/minecraft/advancements/husbandry/wax_on.json
Normal file
57
data/minecraft/advancements/husbandry/wax_on.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/safely_harvest_honey",
|
||||
"criteria": {
|
||||
"wax_on": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": [
|
||||
"minecraft:honeycomb"
|
||||
]
|
||||
},
|
||||
"location": {
|
||||
"block": {
|
||||
"blocks": [
|
||||
"minecraft:copper_block",
|
||||
"minecraft:exposed_copper",
|
||||
"minecraft:weathered_copper",
|
||||
"minecraft:oxidized_copper",
|
||||
"minecraft:cut_copper",
|
||||
"minecraft:exposed_cut_copper",
|
||||
"minecraft:weathered_cut_copper",
|
||||
"minecraft:oxidized_cut_copper",
|
||||
"minecraft:cut_copper_slab",
|
||||
"minecraft:exposed_cut_copper_slab",
|
||||
"minecraft:weathered_cut_copper_slab",
|
||||
"minecraft:oxidized_cut_copper_slab",
|
||||
"minecraft:cut_copper_stairs",
|
||||
"minecraft:exposed_cut_copper_stairs",
|
||||
"minecraft:weathered_cut_copper_stairs",
|
||||
"minecraft:oxidized_cut_copper_stairs"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:item_used_on_block"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.wax_on.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "minecraft:honeycomb"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.wax_on.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"wax_on"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user