added advancements, removed test
This commit is contained in:
parent
2e016f4d7e
commit
0ef93e4bea
@ -0,0 +1,27 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:gray_stained_glass"
|
||||
},
|
||||
"title": {
|
||||
"text": "Was ist das?"
|
||||
},
|
||||
"description": {
|
||||
"text": "Crafte einen Pixelblock mit Diamant- und Emeradblöcken!"
|
||||
},
|
||||
"frame": "goal",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"criteria": {
|
||||
"crafted_pixelblock": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["crafted_pixelblock"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 40
|
||||
}
|
||||
}
|
@ -0,0 +1,38 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:red_shulker_box"
|
||||
},
|
||||
"title": {
|
||||
"text": "Fleischerchest"
|
||||
},
|
||||
"description": {
|
||||
"text": "Crafte eine Fleischerkiste!",
|
||||
"color": "#eb141c"
|
||||
},
|
||||
"frame": "goal",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"criteria": {
|
||||
"crafted_fleischerchest": {
|
||||
"trigger": "minecraft:recipe_crafted",
|
||||
"conditions": {
|
||||
"recipe_id": "minecraft:shulker_box_coloring",
|
||||
"ingredients": [
|
||||
{
|
||||
"items": [
|
||||
"minecraft:red_dye"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["crafted_fleischerchest"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 40
|
||||
}
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:target"
|
||||
},
|
||||
"title": {
|
||||
"text": "Runde zwischendurch"
|
||||
},
|
||||
"description": {
|
||||
"text": "Nimm an einem Event teil!"
|
||||
},
|
||||
"frame": "goal",
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"criteria": {
|
||||
"participates_in_event": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["participates_in_event"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:diamond"
|
||||
},
|
||||
"title": {
|
||||
"text": "CraftAttack"
|
||||
},
|
||||
"description": {
|
||||
"text": "Willkommen bei CraftAttack!",
|
||||
"color": "#2b7fec"
|
||||
},
|
||||
"frame": "task",
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/block/oak_planks.png"
|
||||
},
|
||||
"criteria": {
|
||||
"join_server": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["join_server"]
|
||||
]
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:piglin_head"
|
||||
},
|
||||
"title": {
|
||||
"text": "Sucht Stress"
|
||||
},
|
||||
"description": {
|
||||
"text": "Schlage einen Admin mit der Faust!"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"criteria": {
|
||||
"hit_admin": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["hit_admin"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:diamond_block"
|
||||
},
|
||||
"title": {
|
||||
"text": "3... 2... 1... Los!"
|
||||
},
|
||||
"description": {
|
||||
"text": "Sei beim Countdown zum Start von CraftAttack dabei!",
|
||||
"color": "#116ce2"
|
||||
},
|
||||
"frame": "goal",
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"criteria": {
|
||||
"craftattack_start": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["craftattack_start"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 17
|
||||
}
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:gray_stained_glass"
|
||||
},
|
||||
"title": {
|
||||
"text": "Winzige Mini Blöcke!"
|
||||
},
|
||||
"description": {
|
||||
"text": "Gehe in einen Pixelblock und baue etwas!"
|
||||
},
|
||||
"frame": "goal",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"criteria": {
|
||||
"used_pixelblock": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["used_pixelblock"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/craft_pixelblock",
|
||||
"rewards": {
|
||||
"experience": 30
|
||||
}
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:gold_ingot"
|
||||
},
|
||||
"title": {
|
||||
"text": "Gewinner"
|
||||
},
|
||||
"description": {
|
||||
"text": "Gewinne ein Event!"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"criteria": {
|
||||
"won_event": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["won_event"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/participate_event",
|
||||
"rewards": {
|
||||
"experience": 50
|
||||
}
|
||||
}
|
@ -1,28 +0,0 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:stripped_dark_oak_log"
|
||||
},
|
||||
"title": {
|
||||
"text": "Test",
|
||||
"color": "blue",
|
||||
"bold": true
|
||||
},
|
||||
"description": {
|
||||
"text": "Test the datapack!",
|
||||
"color": "blue",
|
||||
"italic": true
|
||||
},
|
||||
"frame": "challenge",
|
||||
"announce_to_chat": true,
|
||||
"background": "minecraft:textures/block/netherite_block.png"
|
||||
},
|
||||
"criteria": {
|
||||
"joined": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["joined"]
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user