-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
catter1
committed
Jul 19, 2023
1 parent
6d0f717
commit df2cb98
Showing
3,634 changed files
with
68,944 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
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,3 @@ | ||
__MACOSX | ||
patrons.txt | ||
README.md |
24 changes: 24 additions & 0 deletions
24
data/incendium/advancements/ash_barrens/conquer_castle.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 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:player_head", | ||
"nbt": "{display:{Name:'{\"text\":\"Crown\"}'},SkullOwner:'{Id:[I;646760342,1356162047,1982425560,850488039],Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDU1ODdkYTdmZTczMzZlOGFiOWY3OTFlYTVlMmNmYzhhODI3Y2E5NTk1NjdlYjlkNTNhNjQ3YmFiZjk0OGQ1In19fQ==\"}]}}'}" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.ash_barrens.conquer_castle.title","fallback":"The Conqueror" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.ash_barrens.conquer_castle.desc","fallback":"Storm a Forbidden Castle and kill every last piglin living inside" }, | ||
"frame": "challenge", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "incendium:ash_barrens/enter_castle", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:impossible", | ||
"conditions": {} | ||
} | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
data/incendium/advancements/ash_barrens/duel_of_the_fates.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,26 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "crossbow" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.ash_barrens.duel_of_the_fates.title","fallback":"Duel of the Fates" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.ash_barrens.duel_of_the_fates.desc","fallback":"Give a Sentry a taste of its own medicine" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": true | ||
}, | ||
"parent": "incendium:ash_barrens/enter_castle", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:bee_nest_destroyed", | ||
"conditions": { | ||
"block": "ancient_debris" | ||
} | ||
} | ||
} | ||
} |
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 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:gilded_blackstone", | ||
"nbt": "{Enchantments:[{}]}" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.ash_barrens.enter_castle.title","fallback":"In the Hall of the Piglin King" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.ash_barrens.enter_castle.desc","fallback":"In the Golden Age, a great King ruled this castle. But he was betrayed, cursed, and exiled from his Kingdom. This is what remains." | ||
}, | ||
"frame": "goal", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "incendium:ash_barrens/root", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:location", | ||
"conditions": { | ||
"player": { | ||
"location": { | ||
"structure": "incendium:forbidden_castle" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "smooth_basalt" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.ash_barrens.root.title","fallback":"The Dust Settles" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.ash_barrens.root.desc","fallback":"Enter the Ash Barrens, the forgotten home to the Forbidden Castle" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "incendium:root", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:location", | ||
"conditions": { | ||
"player": { | ||
"location": { | ||
"biome": "incendium:ash_barrens", | ||
"player": { | ||
"location": { | ||
"biome": "incendium:ash_barrens" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
data/incendium/advancements/infernal_dunes/border_of_life.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,37 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "redstone_lamp" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.infernal_dunes.border_of_life.title","fallback":"Border of Life" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.infernal_dunes.border_of_life.desc","fallback":"Kill a Desert Blaze on the boundary of light and dark to get both of its drops" | ||
}, | ||
"frame": "challenge", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "incendium:infernal_dunes/dune_blaze", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:player_killed_entity", | ||
"conditions": { | ||
"entity": { | ||
"type": "minecraft:blaze", | ||
"nbt": "{Tags:[\"in.dune_blaze\"]}", | ||
"location": { | ||
"light": { | ||
"light": { | ||
"min": 4, | ||
"max": 5 | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
data/incendium/advancements/infernal_dunes/dune_blaze.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,32 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "redstone" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.infernal_dunes.dune_blaze.title","fallback":"Light-Sensitive" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.infernal_dunes.dune_blaze.desc","fallback":"Kill one of the odd Desert Blazes native to the Infernal Dunes" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "incendium:infernal_dunes/root", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:player_killed_entity", | ||
"conditions": { | ||
"entity": { | ||
"type": "minecraft:blaze", | ||
"nbt": "{Tags:[\"in.dune_blaze\"]}", | ||
"location": { | ||
"biome": "incendium:infernal_dunes" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
data/incendium/advancements/infernal_dunes/inferno/armored_wings.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,33 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:elytra" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.armored_wings.title","fallback":"Forged in Flames" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.armored_wings.desc","fallback":"Use the Infernal Feather to upgrade your elytra in a Smithing Table" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "incendium:infernal_dunes/inferno/kill", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"nbt": "{incendium:{item:'infernal_wings'}}", | ||
"items": [ | ||
"minecraft:elytra" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
data/incendium/advancements/infernal_dunes/inferno/kill.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 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "jigsaw", | ||
"nbt": "{Enchantments:[]}" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.kill.title","fallback":"Fallen to Ashes" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.kill.desc","fallback":"Survive the Inferno's last spell and claim your reward" | ||
}, | ||
"frame": "challenge", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "incendium:infernal_dunes/inferno/run", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:impossible", | ||
"conditions": {} | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
data/incendium/advancements/infernal_dunes/inferno/lunatic_mode.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 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "white_banner", | ||
"nbt": "{Enchantments:[]}" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.lunatic_mode.title","fallback":"Lunatic Mode" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.lunatic_mode.desc","fallback":"Survive the Inferno's final phase with no armor" | ||
}, | ||
"frame": "challenge", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": true | ||
}, | ||
"parent": "incendium:infernal_dunes/inferno/run", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:impossible", | ||
"conditions": {} | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
data/incendium/advancements/infernal_dunes/inferno/root.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 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:lectern", | ||
"nbt": "{Enchantments:[{}]}" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.root.title","fallback":"Beyond the Embers" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.root.desc","fallback":"The shrine... demands a sacrifice" | ||
}, | ||
"frame": "goal", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "incendium:infernal_dunes/root", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:location", | ||
"conditions": { | ||
"player": { | ||
"location": { | ||
"structure": "incendium:infernal_altar" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
data/incendium/advancements/infernal_dunes/inferno/run.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 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "blaze_powder" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.run.title","fallback":"Run." | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.run.desc","fallback":"You can't kill the Inferno. Just survive to win" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": true | ||
}, | ||
"parent": "incendium:infernal_dunes/inferno/summon", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:impossible", | ||
"conditions": {} | ||
} | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
data/incendium/advancements/infernal_dunes/inferno/summon.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 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "player_head", | ||
"nbt": "{display:{Name:'{\"text\":\"Hovering Inferno\"}'},SkullOwner:'{Id:[I;259043974,944589788,-1170011413,-1573252200],Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzAyNzcwNGZmMDFiZTk0NzI5YTJkYTAyNjIyYTM4Y2ZiOWU4Yjg1ZWRkZjMyMmZmZDY4OWFlODA1ZWUxMWM3ZCJ9fX0=\"}]}}'}" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.summon.title","fallback":"Risen from Fire" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.infernal_dunes.inferno.summon.desc","fallback":"Sacrifice a nether star at an altar to summon the Hovering Inferno" | ||
}, | ||
"frame": "goal", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"parent": "incendium:infernal_dunes/inferno/root", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:impossible", | ||
"conditions": {} | ||
} | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
data/incendium/advancements/infernal_dunes/pipeline/kill_sentry.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,33 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "player_head", | ||
"nbt": "{SkullOwner:'{Id:[I;2095810738,2136949657,-1413910424,622570141],Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ==\"}]}}'}" | ||
}, | ||
"title": { | ||
"translate":"incendium.advancement.infernal_dunes.pipeline.kill_sentry.title","fallback":"Ceci n'est pas un blaze" | ||
}, | ||
"description": { | ||
"translate":"incendium.advancement.infernal_dunes.pipeline.kill_sentry.desc","fallback":"Extinguish a Pipeline Sentry" | ||
}, | ||
"frame": "goal", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false | ||
}, | ||
"rewards": { | ||
"experience": 200 | ||
}, | ||
"parent": "incendium:infernal_dunes/pipeline/unlimited_power", | ||
"criteria": { | ||
"requirement": { | ||
"trigger": "minecraft:player_killed_entity", | ||
"conditions": { | ||
"entity": { | ||
"type": "minecraft:blaze", | ||
"nbt": "{Tags:[\"in.sentry\"]}" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.