Skip to content

Commit

Permalink
fix bag of holding advancement
Browse files Browse the repository at this point in the history
  • Loading branch information
f-raZ0R committed Oct 15, 2024
1 parent 5bcf170 commit 2cf08cf
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,13 @@
"advancement_identifier": "spectrum:place_pedestal"
}
},
"collected_ender_eye": {
"trigger": "revelationary:advancement_gotten",
"conditions": {
"advancement_identifier": "spectrum:hidden/collect_vanilla/ender_eye"
}
},
"collected_warp_flux": {
"obtain_center_ingredient": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": [
"malum:warp_flux"
]
}
]
}
"conditions": { "items": [{ "tag": "spectrum:unlocks_bag_of_holding" }] }
},
"gotten_radiating_ender": {
"trigger": "revelationary:advancement_gotten",
"conditions": { "advancement_identifier": "spectrum:get_radiating_ender" }
}
},
"requirements": [
[ "placed_pedestal" ],
[ "collected_ender_eye", "collected_warp_flux" ],
[ "gotten_radiating_ender" ]
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
{
"id": "spectrum:pure_globette_end_block",
"required": false
},

{
"id": "spectrum:pure_zinc_block",
"required": false
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
{
"id": "spectrum:pure_globette_end",
"required": false
},

{
"id": "spectrum:pure_zinc",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"values": [
"minecraft:ender_eye",
{
"id": "malum:warp_flux",
"required": false
}
]
}

0 comments on commit 2cf08cf

Please sign in to comment.