Update advancements with new spells and artefacts

This commit is contained in:
Electroblob77
2020-06-25 13:22:35 +01:00
parent 5dc3ebed4f
commit d8bf437214
3 changed files with 137 additions and 0 deletions
@@ -493,6 +493,16 @@
]
}
},
"amulet_absorption": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "ebwizardry:amulet_absorption"
}
]
}
},
"charm_haggler": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -513,6 +523,26 @@
]
}
},
"charm_move_speed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "ebwizardry:charm_move_speed"
}
]
}
},
"charm_spell_discovery": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "ebwizardry:charm_spell_discovery"
}
]
}
},
"charm_auto_smelt": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -633,6 +663,26 @@
]
}
},
"charm_black_hole": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "ebwizardry:charm_black_hole"
}
]
}
},
"charm_mount_teleporting": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "ebwizardry:charm_mount_teleporting"
}
]
}
},
"charm_feeding": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -69,6 +69,14 @@
}
}
},
"blinding_flash": {
"trigger": "ebwizardry:cast_spell",
"conditions": {
"spell": {
"spell": "blinding_flash"
}
}
},
"blink": {
"trigger": "ebwizardry:cast_spell",
"conditions": {
@@ -373,6 +381,14 @@
}
}
},
"firestorm": {
"trigger": "ebwizardry:cast_spell",
"conditions": {
"spell": {
"spell": "firestorm"
}
}
},
"fire_breath": {
"trigger": "ebwizardry:cast_spell",
"conditions": {
@@ -1157,6 +1173,14 @@
}
}
},
"stormcloud": {
"trigger": "ebwizardry:cast_spell",
"conditions": {
"spell": {
"spell": "stormcloud"
}
}
},
"summon_blaze": {
"trigger": "ebwizardry:cast_spell",
"conditions": {
@@ -1388,6 +1412,14 @@
"spell": "wither_skull"
}
}
},
"zombie_apocalypse": {
"trigger": "ebwizardry:cast_spell",
"conditions": {
"spell": {
"spell": "zombie_apocalypse"
}
}
}
}
}
@@ -492,6 +492,16 @@
]
}
},
"amulet_absorption": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "ebwizardry:amulet_absorption"
}
]
}
},
"charm_haggler": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -512,6 +522,26 @@
]
}
},
"charm_move_speed": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "ebwizardry:charm_move_speed"
}
]
}
},
"charm_spell_discovery": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "ebwizardry:charm_spell_discovery"
}
]
}
},
"charm_auto_smelt": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -632,6 +662,26 @@
]
}
},
"charm_black_hole": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "ebwizardry:charm_black_hole"
}
]
}
},
"charm_mount_teleporting": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "ebwizardry:charm_mount_teleporting"
}
]
}
},
"charm_feeding": {
"trigger": "minecraft:inventory_changed",
"conditions": {
@@ -693,8 +743,11 @@
"amulet_transience",
"amulet_resurrection",
"amulet_auto_shield",
"amulet_absorption",
"charm_haggler",
"charm_experience_tome",
"charm_move_speed",
"charm_spell_discovery",
"charm_auto_smelt",
"charm_lava_walking",
"charm_storm",
@@ -707,6 +760,8 @@
"charm_stop_time",
"charm_light",
"charm_transportation",
"charm_black_hole",
"charm_mount_teleporting",
"charm_feeding"
]
]