This repository has been archived by the owner on Jul 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9376cb8
commit b51ef66
Showing
4,872 changed files
with
156,240 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
1,031 changes: 1,031 additions & 0 deletions
1,031
todo/data/minecraft/advancements/adventure/adventuring_time.json
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
todo/data/minecraft/advancements/adventure/arbalistic.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"parent": "minecraft:adventure/ol_betsy", | ||
"criteria": { | ||
"arbalistic": { | ||
"conditions": { | ||
"unique_entity_types": 5 | ||
}, | ||
"trigger": "minecraft:killed_by_crossbow" | ||
} | ||
}, | ||
"display": { | ||
"description": { | ||
"translate": "advancements.adventure.arbalistic.description" | ||
}, | ||
"frame": "challenge", | ||
"hidden": true, | ||
"icon": { | ||
"item": "minecraft:crossbow", | ||
"nbt": "{Damage:0}" | ||
}, | ||
"title": { | ||
"translate": "advancements.adventure.arbalistic.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"arbalistic" | ||
] | ||
], | ||
"rewards": { | ||
"experience": 85 | ||
}, | ||
"sends_telemetry_event": true | ||
} |
25 changes: 25 additions & 0 deletions
25
todo/data/minecraft/advancements/adventure/avoid_vibration.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"parent": "minecraft:adventure/root", | ||
"criteria": { | ||
"avoid_vibration": { | ||
"trigger": "minecraft:avoid_vibration" | ||
} | ||
}, | ||
"display": { | ||
"description": { | ||
"translate": "advancements.adventure.avoid_vibration.description" | ||
}, | ||
"icon": { | ||
"item": "minecraft:sculk_sensor" | ||
}, | ||
"title": { | ||
"translate": "advancements.adventure.avoid_vibration.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"avoid_vibration" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"parent": "minecraft:adventure/shoot_arrow", | ||
"criteria": { | ||
"bullseye": { | ||
"conditions": { | ||
"projectile": [ | ||
{ | ||
"condition": "minecraft:entity_properties", | ||
"entity": "this", | ||
"predicate": { | ||
"distance": { | ||
"horizontal": { | ||
"min": 30.0 | ||
} | ||
} | ||
} | ||
} | ||
], | ||
"signal_strength": 15 | ||
}, | ||
"trigger": "minecraft:target_hit" | ||
} | ||
}, | ||
"display": { | ||
"description": { | ||
"translate": "advancements.adventure.bullseye.description" | ||
}, | ||
"frame": "challenge", | ||
"icon": { | ||
"item": "minecraft:target" | ||
}, | ||
"title": { | ||
"translate": "advancements.adventure.bullseye.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"bullseye" | ||
] | ||
], | ||
"rewards": { | ||
"experience": 50 | ||
}, | ||
"sends_telemetry_event": true | ||
} |
43 changes: 43 additions & 0 deletions
43
todo/data/minecraft/advancements/adventure/craft_decorated_pot_using_only_sherds.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"parent": "minecraft:adventure/salvage_sherd", | ||
"criteria": { | ||
"pot_crafted_using_only_sherds": { | ||
"conditions": { | ||
"ingredients": [ | ||
{ | ||
"tag": "minecraft:decorated_pot_sherds" | ||
}, | ||
{ | ||
"tag": "minecraft:decorated_pot_sherds" | ||
}, | ||
{ | ||
"tag": "minecraft:decorated_pot_sherds" | ||
}, | ||
{ | ||
"tag": "minecraft:decorated_pot_sherds" | ||
} | ||
], | ||
"recipe_id": "minecraft:decorated_pot" | ||
}, | ||
"trigger": "minecraft:recipe_crafted" | ||
} | ||
}, | ||
"display": { | ||
"description": { | ||
"translate": "advancements.adventure.craft_decorated_pot_using_only_sherds.description" | ||
}, | ||
"icon": { | ||
"item": "minecraft:decorated_pot", | ||
"nbt": "{BlockEntityTag:{id:\"minecraft:decorated_pot\",sherds:[\"minecraft:brick\",\"minecraft:heart_pottery_sherd\",\"minecraft:brick\",\"minecraft:explorer_pottery_sherd\"]}}" | ||
}, | ||
"title": { | ||
"translate": "advancements.adventure.craft_decorated_pot_using_only_sherds.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"pot_crafted_using_only_sherds" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
54 changes: 54 additions & 0 deletions
54
todo/data/minecraft/advancements/adventure/fall_from_world_height.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"parent": "minecraft:adventure/root", | ||
"criteria": { | ||
"fall_from_world_height": { | ||
"conditions": { | ||
"distance": { | ||
"y": { | ||
"min": 379.0 | ||
} | ||
}, | ||
"player": [ | ||
{ | ||
"condition": "minecraft:entity_properties", | ||
"entity": "this", | ||
"predicate": { | ||
"location": { | ||
"position": { | ||
"y": { | ||
"max": -59.0 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
], | ||
"start_position": { | ||
"position": { | ||
"y": { | ||
"min": 319.0 | ||
} | ||
} | ||
} | ||
}, | ||
"trigger": "minecraft:fall_from_height" | ||
} | ||
}, | ||
"display": { | ||
"description": { | ||
"translate": "advancements.adventure.fall_from_world_height.description" | ||
}, | ||
"icon": { | ||
"item": "minecraft:water_bucket" | ||
}, | ||
"title": { | ||
"translate": "advancements.adventure.fall_from_world_height.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"fall_from_world_height" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
31 changes: 31 additions & 0 deletions
31
todo/data/minecraft/advancements/adventure/hero_of_the_village.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"parent": "minecraft:adventure/voluntary_exile", | ||
"criteria": { | ||
"hero_of_the_village": { | ||
"trigger": "minecraft:hero_of_the_village" | ||
} | ||
}, | ||
"display": { | ||
"description": { | ||
"translate": "advancements.adventure.hero_of_the_village.description" | ||
}, | ||
"frame": "challenge", | ||
"hidden": true, | ||
"icon": { | ||
"item": "minecraft:white_banner", | ||
"nbt": "{BlockEntityTag:{Patterns:[{Color:9,Pattern:\"mr\"},{Color:8,Pattern:\"bs\"},{Color:7,Pattern:\"cs\"},{Color:8,Pattern:\"bo\"},{Color:15,Pattern:\"ms\"},{Color:8,Pattern:\"hh\"},{Color:8,Pattern:\"mc\"},{Color:15,Pattern:\"bo\"}],id:\"minecraft:banner\"},HideFlags:32,display:{Name:'{\"translate\":\"block.minecraft.ominous_banner\",\"color\":\"gold\"}'}}" | ||
}, | ||
"title": { | ||
"translate": "advancements.adventure.hero_of_the_village.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"hero_of_the_village" | ||
] | ||
], | ||
"rewards": { | ||
"experience": 100 | ||
}, | ||
"sends_telemetry_event": true | ||
} |
28 changes: 28 additions & 0 deletions
28
todo/data/minecraft/advancements/adventure/honey_block_slide.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"parent": "minecraft:adventure/root", | ||
"criteria": { | ||
"honey_block_slide": { | ||
"conditions": { | ||
"block": "minecraft:honey_block" | ||
}, | ||
"trigger": "minecraft:slide_down_block" | ||
} | ||
}, | ||
"display": { | ||
"description": { | ||
"translate": "advancements.adventure.honey_block_slide.description" | ||
}, | ||
"icon": { | ||
"item": "minecraft:honey_block" | ||
}, | ||
"title": { | ||
"translate": "advancements.adventure.honey_block_slide.title" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"honey_block_slide" | ||
] | ||
], | ||
"sends_telemetry_event": true | ||
} |
Oops, something went wrong.