You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
1
data/minecraft/advancements/potato/_all.json
Normal file
1
data/minecraft/advancements/potato/_all.json
Normal file
File diff suppressed because one or more lines are too long
1
data/minecraft/advancements/potato/_list.json
Normal file
1
data/minecraft/advancements/potato/_list.json
Normal file
@@ -0,0 +1 @@
|
||||
{"directories":[],"files":["all_potatoed.json","bring_home_the_corruption.json","craft_poisonous_potato_chips.json","craft_poisonous_potato_fries.json","craft_poisonous_potato_slices.json","craft_poisonous_potato_sticks.json","eat_armor.json","enter_the_potato.json","get_oily.json","get_peeled.json","good_plant.json","lubricate.json","lubricate_boots.json","lubricate_whee.json","mega_lubricate.json","mega_lubricate_whee.json","peel_all_the_things.json","poisonous_potato_gourmet.json","poisonous_potato_taster.json","potato_peeler.json","root.json","rumbled.json","sweet_potato_talker.json","well_done.json"]}
|
||||
117
data/minecraft/advancements/potato/all_potatoed.json
Normal file
117
data/minecraft/advancements/potato/all_potatoed.json
Normal file
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"parent": "minecraft:potato/enter_the_potato",
|
||||
"criteria": {
|
||||
"minecraft:arboretum": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"biomes": "minecraft:arboretum"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
},
|
||||
"minecraft:corruption": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"biomes": "minecraft:corruption"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
},
|
||||
"minecraft:fields": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"biomes": "minecraft:fields"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
},
|
||||
"minecraft:hash": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"biomes": "minecraft:hash"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
},
|
||||
"minecraft:wasteland": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"location": {
|
||||
"biomes": "minecraft:wasteland"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:location"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.all_potatoed.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:gravtater"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.all_potatoed.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"minecraft:fields"
|
||||
],
|
||||
[
|
||||
"minecraft:arboretum"
|
||||
],
|
||||
[
|
||||
"minecraft:hash"
|
||||
],
|
||||
[
|
||||
"minecraft:wasteland"
|
||||
],
|
||||
[
|
||||
"minecraft:corruption"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"parent": "minecraft:potato/enter_the_potato",
|
||||
"criteria": {
|
||||
"bring_home_the_corruption": {
|
||||
"trigger": "minecraft:bring_home_corruption"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.bring_home_the_corruption.description"
|
||||
},
|
||||
"hidden": true,
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:corrupted_peelgrass_block"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.bring_home_the_corruption.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"bring_home_the_corruption"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"poisonous_potato_chips": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:poisonous_potato_chips"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.craft_poisonous_potato_chips.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:poisonous_potato_chips"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.craft_poisonous_potato_chips.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"poisonous_potato_chips"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"poisonous_potato_fries": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:poisonous_potato_fries"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.craft_poisonous_potato_fries.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:poisonous_potato_fries"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.craft_poisonous_potato_fries.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"poisonous_potato_fries"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"poisonous_potato_slices": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:poisonous_potato_slices"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.craft_poisonous_potato_slices.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:poisonous_potato_slices"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.craft_poisonous_potato_slices.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"poisonous_potato_slices"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"poisonous_potato_sticks": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:poisonous_potato_sticks"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.craft_poisonous_potato_sticks.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:poisonous_potato_sticks"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.craft_poisonous_potato_sticks.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"poisonous_potato_sticks"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
28
data/minecraft/advancements/potato/eat_armor.json
Normal file
28
data/minecraft/advancements/potato/eat_armor.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"eat_armor": {
|
||||
"trigger": "minecraft:eat_armor"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.eat_armor.description"
|
||||
},
|
||||
"hidden": true,
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:poisonous_potato_chestplate"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.eat_armor.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"eat_armor"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
31
data/minecraft/advancements/potato/enter_the_potato.json
Normal file
31
data/minecraft/advancements/potato/enter_the_potato.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"entered_potato": {
|
||||
"conditions": {
|
||||
"to": "minecraft:potato"
|
||||
},
|
||||
"trigger": "minecraft:changed_dimension"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.enter_the_potato.description"
|
||||
},
|
||||
"hidden": true,
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:potato_of_knowledge"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.enter_the_potato.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"entered_potato"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
36
data/minecraft/advancements/potato/get_oily.json
Normal file
36
data/minecraft/advancements/potato/get_oily.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"refine_potato_oil": {
|
||||
"conditions": {
|
||||
"result_predicate": {
|
||||
"type": "standard",
|
||||
"item_predicate": {
|
||||
"items": "minecraft:potato_oil"
|
||||
}
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:potato_refined"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.get_oily.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:potato_oil"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.get_oily.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"refine_potato_oil"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
27
data/minecraft/advancements/potato/get_peeled.json
Normal file
27
data/minecraft/advancements/potato/get_peeled.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"get_peeled": {
|
||||
"trigger": "minecraft:get_peeled"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.get_peeled.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:potato_peels"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.get_peeled.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"get_peeled"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
27
data/minecraft/advancements/potato/good_plant.json
Normal file
27
data/minecraft/advancements/potato/good_plant.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"parent": "minecraft:potato/rumbled",
|
||||
"criteria": {
|
||||
"compost_staff": {
|
||||
"trigger": "minecraft:compost_staff"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.good_plant.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:potato_staff"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.good_plant.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"compost_staff"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
35
data/minecraft/advancements/potato/lubricate.json
Normal file
35
data/minecraft/advancements/potato/lubricate.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:potato/get_oily",
|
||||
"criteria": {
|
||||
"lubricate_item": {
|
||||
"conditions": {
|
||||
"result_predicate": {
|
||||
"type": "lubrication",
|
||||
"item_predicate": {},
|
||||
"min_lubrication": 1
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:potato_refined"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.lubricate.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:potato_oil"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.lubricate.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"lubricate_item"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
37
data/minecraft/advancements/potato/lubricate_boots.json
Normal file
37
data/minecraft/advancements/potato/lubricate_boots.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"parent": "minecraft:potato/lubricate",
|
||||
"criteria": {
|
||||
"lubricate_boots": {
|
||||
"conditions": {
|
||||
"result_predicate": {
|
||||
"type": "lubrication",
|
||||
"item_predicate": {
|
||||
"items": "#minecraft:foot_armor"
|
||||
},
|
||||
"min_lubrication": 1
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:potato_refined"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.lubricate_boots.description"
|
||||
},
|
||||
"hidden": true,
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:poisonous_pota_toes"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.lubricate_boots.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"lubricate_boots"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
31
data/minecraft/advancements/potato/lubricate_whee.json
Normal file
31
data/minecraft/advancements/potato/lubricate_whee.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"parent": "minecraft:potato/lubricate",
|
||||
"criteria": {
|
||||
"throw_lubricated_item": {
|
||||
"conditions": {
|
||||
"min_lubrication": 1
|
||||
},
|
||||
"trigger": "minecraft:throw_lubricated"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.lubricate_whee.description"
|
||||
},
|
||||
"hidden": true,
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:ice"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.lubricate_whee.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"throw_lubricated_item"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
39
data/minecraft/advancements/potato/mega_lubricate.json
Normal file
39
data/minecraft/advancements/potato/mega_lubricate.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"parent": "minecraft:potato/get_oily",
|
||||
"criteria": {
|
||||
"mega_lubricate_item": {
|
||||
"conditions": {
|
||||
"result_predicate": {
|
||||
"type": "lubrication",
|
||||
"item_predicate": {},
|
||||
"min_lubrication": 10
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:potato_refined"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.mega_lubricate.description"
|
||||
},
|
||||
"hidden": true,
|
||||
"icon": {
|
||||
"components": {
|
||||
"minecraft:explicit_foil": true
|
||||
},
|
||||
"count": 1,
|
||||
"id": "minecraft:potato_oil"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.mega_lubricate.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"mega_lubricate_item"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
34
data/minecraft/advancements/potato/mega_lubricate_whee.json
Normal file
34
data/minecraft/advancements/potato/mega_lubricate_whee.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"parent": "minecraft:potato/lubricate_whee",
|
||||
"criteria": {
|
||||
"throw_mega_lubricated_item": {
|
||||
"conditions": {
|
||||
"min_lubrication": 10
|
||||
},
|
||||
"trigger": "minecraft:throw_lubricated"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.mega_lubricate_whee.description"
|
||||
},
|
||||
"hidden": true,
|
||||
"icon": {
|
||||
"components": {
|
||||
"minecraft:explicit_foil": true
|
||||
},
|
||||
"count": 1,
|
||||
"id": "minecraft:ice"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.mega_lubricate_whee.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"throw_mega_lubricated_item"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
41
data/minecraft/advancements/potato/peel_all_the_things.json
Normal file
41
data/minecraft/advancements/potato/peel_all_the_things.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"parent": "minecraft:potato/potato_peeler",
|
||||
"criteria": {
|
||||
"peel_armor": {
|
||||
"trigger": "minecraft:peel_potato_armor"
|
||||
},
|
||||
"peel_block": {
|
||||
"trigger": "minecraft:peel_block"
|
||||
},
|
||||
"peel_sheep": {
|
||||
"trigger": "minecraft:peel_potato_sheep"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.peel_all_the_things.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": true,
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:potato_peeler"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.peel_all_the_things.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"peel_block"
|
||||
],
|
||||
[
|
||||
"peel_sheep"
|
||||
],
|
||||
[
|
||||
"peel_armor"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"parent": "minecraft:potato/poisonous_potato_taster",
|
||||
"criteria": {
|
||||
"ate_poisonous_potato_chips": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": "minecraft:poisonous_potato_chips"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"ate_poisonous_potato_fries": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": "minecraft:poisonous_potato_fries"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"ate_poisonous_potato_slices": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": "minecraft:poisonous_potato_slices"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"ate_poisonous_potato_sticks": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": "minecraft:poisonous_potato_sticks"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.poisonous_potato_gourmet.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:poisonous_potato_chips"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.poisonous_potato_gourmet.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"ate_poisonous_potato_sticks"
|
||||
],
|
||||
[
|
||||
"ate_poisonous_potato_slices"
|
||||
],
|
||||
[
|
||||
"ate_poisonous_potato_fries"
|
||||
],
|
||||
[
|
||||
"ate_poisonous_potato_chips"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"ate_poisonous_potato_slices": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": "minecraft:poisonous_potato_slices"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
},
|
||||
"ate_poisonous_potato_sticks": {
|
||||
"conditions": {
|
||||
"item": {
|
||||
"items": "minecraft:poisonous_potato_sticks"
|
||||
}
|
||||
},
|
||||
"trigger": "minecraft:consume_item"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.poisonous_potato_taster.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:poisonous_potato_sticks"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.poisonous_potato_taster.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"ate_poisonous_potato_sticks"
|
||||
],
|
||||
[
|
||||
"ate_poisonous_potato_slices"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
35
data/minecraft/advancements/potato/potato_peeler.json
Normal file
35
data/minecraft/advancements/potato/potato_peeler.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"potato_peeler": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": "minecraft:potato_peeler"
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.potato_peeler.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:potato_peeler"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.potato_peeler.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"potato_peeler"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
28
data/minecraft/advancements/potato/root.json
Normal file
28
data/minecraft/advancements/potato/root.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"criteria": {
|
||||
"joined_world": {
|
||||
"trigger": "minecraft:location"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.root.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:poisonous_potato"
|
||||
},
|
||||
"show_toast": false,
|
||||
"title": {
|
||||
"translate": "advancements.potato.root.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"joined_world"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
28
data/minecraft/advancements/potato/rumbled.json
Normal file
28
data/minecraft/advancements/potato/rumbled.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"rumble_plant": {
|
||||
"trigger": "minecraft:rumble_plant"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.rumbled.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:poisonous_potato_plant"
|
||||
},
|
||||
"show_toast": false,
|
||||
"title": {
|
||||
"translate": "advancements.potato.rumbled.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"rumble_plant"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
49
data/minecraft/advancements/potato/sweet_potato_talker.json
Normal file
49
data/minecraft/advancements/potato/sweet_potato_talker.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"said_potato": {
|
||||
"conditions": {
|
||||
"player": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"entity": "this",
|
||||
"predicate": {
|
||||
"type_specific": {
|
||||
"type": "minecraft:player",
|
||||
"stats": [
|
||||
{
|
||||
"type": "minecraft:custom",
|
||||
"stat": "minecraft:said_potato",
|
||||
"value": {
|
||||
"min": 99
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:said_potato"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.sweet_potato_talker.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:potato_flower"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.sweet_potato_talker.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"said_potato"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
30
data/minecraft/advancements/potato/well_done.json
Normal file
30
data/minecraft/advancements/potato/well_done.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"parent": "minecraft:potato/root",
|
||||
"criteria": {
|
||||
"well_done": {
|
||||
"conditions": {
|
||||
"recipe_id": "minecraft:overcooked_potatoes"
|
||||
},
|
||||
"trigger": "minecraft:recipe_crafted"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"background": "minecraft:textures/gui/advancements/backgrounds/potato.png",
|
||||
"description": {
|
||||
"translate": "advancements.potato.well_done.description"
|
||||
},
|
||||
"icon": {
|
||||
"count": 1,
|
||||
"id": "minecraft:charcoal"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.potato.well_done.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"well_done"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
Reference in New Issue
Block a user