advancements
This commit is contained in:
@@ -24,4 +24,5 @@
|
|||||||
- changed block strength of all (non joke) blocks
|
- changed block strength of all (non joke) blocks
|
||||||
|
|
||||||
## 1.18.1-1.1.3-unstable (incomplete)
|
## 1.18.1-1.1.3-unstable (incomplete)
|
||||||
- added evade enchantment
|
- added evade enchantment
|
||||||
|
- added more advancements
|
||||||
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
27
src/main/resources/data/gameritems/advancements/raw_jeremium.json
Executable file
27
src/main/resources/data/gameritems/advancements/raw_jeremium.json
Executable file
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,27 +1,27 @@
|
|||||||
{
|
{
|
||||||
"display": {
|
"display": {
|
||||||
"icon": {
|
"icon": {
|
||||||
"item": "gameritems:raw_omnium"
|
"item": "gameritems:raw_omnium"
|
||||||
},
|
|
||||||
"title": "greEN?",
|
|
||||||
"description": "Get a piece of raw Omnium",
|
|
||||||
"frame": "task",
|
|
||||||
"show_toast": true,
|
|
||||||
"announce_to_chat": true
|
|
||||||
},
|
},
|
||||||
"parent": "gameritems:gameritems",
|
"title": "greEN?",
|
||||||
"criteria": {
|
"description": "Get a piece of raw Omnium",
|
||||||
"requirement": {
|
"frame": "task",
|
||||||
"trigger": "minecraft:inventory_changed",
|
"show_toast": true,
|
||||||
"conditions": {
|
"announce_to_chat": true
|
||||||
"items": [
|
},
|
||||||
{
|
"parent": "gameritems:orium_armour",
|
||||||
"items": [
|
"criteria": {
|
||||||
"gameritems:raw_omnium"
|
"requirement": {
|
||||||
]
|
"trigger": "minecraft:inventory_changed",
|
||||||
}
|
"conditions": {
|
||||||
]
|
"items": [
|
||||||
}
|
{
|
||||||
|
"items": [
|
||||||
|
"gameritems:raw_omnium"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
27
src/main/resources/data/gameritems/advancements/raw_orium.json
Executable file
27
src/main/resources/data/gameritems/advancements/raw_orium.json
Executable file
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user