- Added this_takes_guts

- Fixed icon for till death do us part
master
Ben Maurer 2021-07-30 19:26:41 -05:00
parent 76d926e024
commit 378b80bcac
8 changed files with 81 additions and 7 deletions

View File

@ -3,12 +3,12 @@
"icon": {
"item": "minecraft:dandelion"
},
"title": "A flower in your hare",
"title": "A Flower In Your Hare",
"description": "Thanks Hanny!",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"parent": "canopy:neature",
"criteria": {
"give_flower": {
"trigger": "minecraft:player_interacted_with_entity",

View File

@ -8,7 +8,7 @@
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"parent": "canopy:neature",
"criteria": {
"jungle": {
"trigger": "minecraft:placed_block",

View File

@ -4,7 +4,7 @@
"item": "minecraft:black_concrete"
},
"title": "Is It Extra Hot Down There?",
"description": "Here I was, just boating along in the nether...",
"description": "The floor is lava... but what's below the floor?",
"frame": "challenge",
"hidden": false,
"announce_to_chat": true

View File

@ -0,0 +1,25 @@
{
"display": {
"icon": {
"item": "minecraft:axolotl_bucket"
},
"title": "LONG MAY HE LIVE.",
"description": "Name an Axolotl",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:neature",
"criteria": {
"interact": {
"trigger": "minecraft:player_interacted_with_entity",
"conditions": {
"item": {
"items": ["minecraft:name_tag"]
},
"entity": {
"type": "minecraft:axolotl"
}
}
}
}
}

View File

@ -0,0 +1,18 @@
{
"display": {
"icon": {
"item": "minecraft:grass_block"
},
"title": "Neature",
"description": "Nature is neat... pretty neat.",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "canopy:root",
"criteria": {
"instant": {
"trigger": "minecraft:tick"
}
}
}

View File

@ -0,0 +1,32 @@
{
"display": {
"icon": {
"item": "minecraft:rotten_flesh"
},
"title": "This Takes Guts.",
"description": "Eat 100 rotten flesh.",
"frame": "task",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"eat": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"player": {
"stats": [
{
"type": "minecraft:used",
"stat": "minecraft:rotten_flesh",
"value": {
"min": 100
}
}
]
}
}
}
}
}
}

View File

@ -1,8 +1,7 @@
{
"display": {
"icon": {
"item": "minecraft:player_head",
"nbt":"{SkullOwner:\"MHF_Skeleton\"}"
"item": "minecraft:skeleton_skull"
},
"title": "Till Death Do Us Part.",
"description": "Wear a piece of fully cursed armor in every slot.",

View File

@ -3,7 +3,7 @@
"icon": {
"item": "minecraft:netherite_block"
},
"title": "What is wrong with you...",
"title": "What Is Wrong With You...",
"description": "Build a full beacon out of netherite blocks.",
"frame": "challenge",
"announce_to_chat": true