From ed7a3dd418159f99e1ce9485934621a387b8a439 Mon Sep 17 00:00:00 2001 From: RyanTLG <78032176+RyanTLG@users.noreply.github.com> Date: Sat, 28 May 2022 01:21:57 +0200 Subject: [PATCH] advancements --- CHANGELOG | 3 +- .../advancements/jeremium_armour.json | 43 +++++++++++++++++ .../advancements/omnium_armour.json | 43 +++++++++++++++++ .../gameritems/advancements/orium_armour.json | 42 +++++++++++++++++ .../gameritems/advancements/raw_jeremium.json | 27 +++++++++++ .../gameritems/advancements/raw_omnium.json | 46 +++++++++---------- .../gameritems/advancements/raw_orium.json | 27 +++++++++++ 7 files changed, 207 insertions(+), 24 deletions(-) create mode 100644 src/main/resources/data/gameritems/advancements/jeremium_armour.json create mode 100644 src/main/resources/data/gameritems/advancements/omnium_armour.json create mode 100644 src/main/resources/data/gameritems/advancements/orium_armour.json create mode 100755 src/main/resources/data/gameritems/advancements/raw_jeremium.json create mode 100755 src/main/resources/data/gameritems/advancements/raw_orium.json diff --git a/CHANGELOG b/CHANGELOG index e0ff14e..9a20684 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -22,4 +22,5 @@ - changed block strength of all (non joke) blocks ## 1.18.2-1.1.3-unstable (incomplete) -- added evade enchantment \ No newline at end of file +- added evade enchantment +- added more advancements \ No newline at end of file diff --git a/src/main/resources/data/gameritems/advancements/jeremium_armour.json b/src/main/resources/data/gameritems/advancements/jeremium_armour.json new file mode 100644 index 0000000..9ee47c3 --- /dev/null +++ b/src/main/resources/data/gameritems/advancements/jeremium_armour.json @@ -0,0 +1,43 @@ +{ + "display": { + "icon": { + "item": "gameritems:jeremium_helmet" + }, + "title": "coSvered in red", + "description": "Get a full set of Jeremium armour", + "frame": "task", + "show_toast": true, + "announce_to_chat": true + }, + "parent": "gameritems:raw_jeremium", + "criteria": { + "requirement": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "gameritems:jeremium_helmet" + ] + }, + { + "items": [ + "gameritems:jeremium_chestplate" + ] + }, + { + "items": [ + "gameritems:jeremium_leggings" + ] + }, + { + "items": [ + "gameritems:jeremium_boots" + ] + } + ] + } + } + } + } + \ No newline at end of file diff --git a/src/main/resources/data/gameritems/advancements/omnium_armour.json b/src/main/resources/data/gameritems/advancements/omnium_armour.json new file mode 100644 index 0000000..5c23199 --- /dev/null +++ b/src/main/resources/data/gameritems/advancements/omnium_armour.json @@ -0,0 +1,43 @@ +{ + "display": { + "icon": { + "item": "gameritems:omnium_helmet" + }, + "title": "covereD in greEn", + "description": "Get a full set of Omnium armour", + "frame": "task", + "show_toast": true, + "announce_to_chat": true + }, + "parent": "gameritems:raw_omnium", + "criteria": { + "requirement": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "gameritems:omnium_helmet" + ] + }, + { + "items": [ + "gameritems:omnium_chestplate" + ] + }, + { + "items": [ + "gameritems:omnium_leggings" + ] + }, + { + "items": [ + "gameritems:omnium_boots" + ] + } + ] + } + } + } + } + \ No newline at end of file diff --git a/src/main/resources/data/gameritems/advancements/orium_armour.json b/src/main/resources/data/gameritems/advancements/orium_armour.json new file mode 100644 index 0000000..17480ff --- /dev/null +++ b/src/main/resources/data/gameritems/advancements/orium_armour.json @@ -0,0 +1,42 @@ +{ + "display": { + "icon": { + "item": "gameritems:orium_helmet" + }, + "title": "covered iN blUe", + "description": "Get a full set of Orium armour", + "frame": "task", + "show_toast": true, + "announce_to_chat": true + }, + "parent": "gameritems:raw_orium", + "criteria": { + "requirement": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "gameritems:orium_helmet" + ] + }, + { + "items": [ + "gameritems:orium_chestplate" + ] + }, + { + "items": [ + "gameritems:orium_leggings" + ] + }, + { + "items": [ + "gameritems:orium_boots" + ] + } + ] + } + } + } +} diff --git a/src/main/resources/data/gameritems/advancements/raw_jeremium.json b/src/main/resources/data/gameritems/advancements/raw_jeremium.json new file mode 100755 index 0000000..158375d --- /dev/null +++ b/src/main/resources/data/gameritems/advancements/raw_jeremium.json @@ -0,0 +1,27 @@ +{ + "display": { + "icon": { + "item": "gameritems:raw_jeremium" + }, + "title": "reD?", + "description": "Get a piece of raw Jeremium", + "frame": "task", + "show_toast": true, + "announce_to_chat": true + }, + "parent": "gameritems:omnium_armour", + "criteria": { + "requirement": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "gameritems:raw_jeremium" + ] + } + ] + } + } + } +} diff --git a/src/main/resources/data/gameritems/advancements/raw_omnium.json b/src/main/resources/data/gameritems/advancements/raw_omnium.json index a80cf0c..4f3868e 100755 --- a/src/main/resources/data/gameritems/advancements/raw_omnium.json +++ b/src/main/resources/data/gameritems/advancements/raw_omnium.json @@ -1,27 +1,27 @@ { - "display": { - "icon": { - "item": "gameritems:raw_omnium" - }, - "title": "greEN?", - "description": "Get a piece of raw Omnium", - "frame": "task", - "show_toast": true, - "announce_to_chat": true + "display": { + "icon": { + "item": "gameritems:raw_omnium" }, - "parent": "gameritems:gameritems", - "criteria": { - "requirement": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [ - { - "items": [ - "gameritems:raw_omnium" - ] - } - ] - } + "title": "greEN?", + "description": "Get a piece of raw Omnium", + "frame": "task", + "show_toast": true, + "announce_to_chat": true + }, + "parent": "gameritems:orium_armour", + "criteria": { + "requirement": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "gameritems:raw_omnium" + ] + } + ] } } - } \ No newline at end of file + } +} diff --git a/src/main/resources/data/gameritems/advancements/raw_orium.json b/src/main/resources/data/gameritems/advancements/raw_orium.json new file mode 100755 index 0000000..eac9f5d --- /dev/null +++ b/src/main/resources/data/gameritems/advancements/raw_orium.json @@ -0,0 +1,27 @@ +{ + "display": { + "icon": { + "item": "gameritems:raw_orium" + }, + "title": "blueS?", + "description": "Get a piece of raw Orium", + "frame": "task", + "show_toast": true, + "announce_to_chat": true + }, + "parent": "gameritems:gameritems", + "criteria": { + "requirement": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "items": [ + "gameritems:raw_orium" + ] + } + ] + } + } + } +}