-
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
6d7a487
commit 8ea6a3b
Showing
98 changed files
with
1,242 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
Origins Datapack/data/origins/advancement/avian_eat_meat.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,35 @@ | ||
{ | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:consume_item", | ||
"conditions": { | ||
"item": { | ||
"items": [ | ||
"minecraft:cooked_beef", | ||
"minecraft:cooked_chicken", | ||
"minecraft:cooked_mutton", | ||
"minecraft:cooked_porkchop", | ||
"minecraft:cooked_rabbit", | ||
"minecraft:cooked_cod", | ||
"minecraft:cooked_salmon", | ||
"minecraft:pufferfish", | ||
"minecraft:tropical_fish", | ||
"minecraft:beef", | ||
"minecraft:porkchop", | ||
"minecraft:mutton", | ||
"minecraft:chicken", | ||
"minecraft:rabbit", | ||
"minecraft:rabbit_stew", | ||
"minecraft:rotten_flesh", | ||
"minecraft:spider_eye", | ||
"minecraft:salmon", | ||
"minecraft:cod" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"rewards": { | ||
"function": "origins:origins/avian/avian_meat" | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
Origins Datapack/data/origins/advancement/origins/avian.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,24 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "Avian" | ||
}, | ||
"description": { | ||
"text": "Light as a feather" | ||
}, | ||
"icon": { | ||
"id": "minecraft:feather" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/root" | ||
} |
25 changes: 25 additions & 0 deletions
25
Origins Datapack/data/origins/advancement/origins/avian_meat.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 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "Veganism" | ||
}, | ||
"description": { | ||
"text": "Eat any meat item and discover the horrors of the carnivorous diet ", | ||
"color": "yellow" | ||
}, | ||
"icon": { | ||
"id": "minecraft:carrot" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/avian" | ||
} |
24 changes: 24 additions & 0 deletions
24
Origins Datapack/data/origins/advancement/origins/blazeborn.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,24 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "Blazeborn" | ||
}, | ||
"description": { | ||
"text": "Hot as fire" | ||
}, | ||
"icon": { | ||
"id": "minecraft:blaze_powder" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/root" | ||
} |
25 changes: 25 additions & 0 deletions
25
Origins Datapack/data/origins/advancement/origins/blazeborn_nether_spawn.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 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "No place like home" | ||
}, | ||
"description": { | ||
"text": "Become acquainted with your new spawn point", | ||
"color": "yellow" | ||
}, | ||
"icon": { | ||
"id": "minecraft:netherrack" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/blazeborn" | ||
} |
25 changes: 25 additions & 0 deletions
25
Origins Datapack/data/origins/advancement/origins/blazeborn_water.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 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "No shower for me, thanks" | ||
}, | ||
"description": { | ||
"text": "Take a nice dip or shower in water", | ||
"color": "yellow" | ||
}, | ||
"icon": { | ||
"id": "minecraft:water_bucket" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/blazeborn" | ||
} |
24 changes: 24 additions & 0 deletions
24
Origins Datapack/data/origins/advancement/origins/dwarf.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,24 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "Dwarf" | ||
}, | ||
"description": { | ||
"text": "Unyielding as the pickaxe" | ||
}, | ||
"icon": { | ||
"id": "minecraft:golden_pickaxe" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/root" | ||
} |
24 changes: 24 additions & 0 deletions
24
Origins Datapack/data/origins/advancement/origins/dwarf_y30.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,24 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "Mining Maniac" | ||
}, | ||
"description": { | ||
"text": "Discover your hidden mining abilities" | ||
}, | ||
"icon": { | ||
"id": "minecraft:deepslate" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/dwarf" | ||
} |
24 changes: 24 additions & 0 deletions
24
Origins Datapack/data/origins/advancement/origins/elytrian.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,24 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "Elytrian" | ||
}, | ||
"description": { | ||
"text": "Free as a bird" | ||
}, | ||
"icon": { | ||
"id": "minecraft:elytra" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/root" | ||
} |
25 changes: 25 additions & 0 deletions
25
Origins Datapack/data/origins/advancement/origins/elytrian_boost.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 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "To Infinity, and Beyond!" | ||
}, | ||
"description": { | ||
"text": "Use the wind power to soar through the skies ", | ||
"color": "yellow" | ||
}, | ||
"icon": { | ||
"id": "minecraft:firework_rocket" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/elytrian" | ||
} |
28 changes: 28 additions & 0 deletions
28
Origins Datapack/data/origins/advancement/origins/elytrian_fly_1km.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 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "Elytra Explorer" | ||
}, | ||
"description": { | ||
"text": "Fly one kilometer using the elytra", | ||
"color": "dark_purple" | ||
}, | ||
"icon": { | ||
"id": "minecraft:elytra", | ||
"components": { | ||
"minecraft:damage": 432 | ||
} | ||
}, | ||
"frame": "challenge", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/elytrian_boost" | ||
} |
24 changes: 24 additions & 0 deletions
24
Origins Datapack/data/origins/advancement/origins/enderian.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,24 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "Enderian" | ||
}, | ||
"description": { | ||
"text": "Strong as an enderman" | ||
}, | ||
"icon": { | ||
"id": "minecraft:end_portal_frame" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/root" | ||
} |
25 changes: 25 additions & 0 deletions
25
Origins Datapack/data/origins/advancement/origins/enderian_use_pearl.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 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "Pearl Navigator" | ||
}, | ||
"description": { | ||
"text": "Discover your new teleport abilities", | ||
"color": "yellow" | ||
}, | ||
"icon": { | ||
"id": "minecraft:ender_pearl" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/enderian" | ||
} |
25 changes: 25 additions & 0 deletions
25
Origins Datapack/data/origins/advancement/origins/enderian_water.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 @@ | ||
{ | ||
"__comment": "Made with TheDestruc7i0n's advancements generator: https://advancements.thedestruc7i0n.ca", | ||
"display": { | ||
"title": { | ||
"text": "Landlubber" | ||
}, | ||
"description": { | ||
"text": "Avoid water at all costs", | ||
"color": "yellow" | ||
}, | ||
"icon": { | ||
"id": "minecraft:water_bucket" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"criteria": { | ||
"c1": { | ||
"trigger": "minecraft:impossible" | ||
} | ||
}, | ||
"parent": "origins:origins/enderian" | ||
} |
Oops, something went wrong.