Skip to content

Commit

Permalink
Merge branch 'teaconmc:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LocusAzzurro authored Dec 27, 2024
2 parents 2ba2df7 + 2f6693c commit 6c19a7e
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 0 deletions.
18 changes: 18 additions & 0 deletions jiachen/data/amekawamiya/advancement/shards/attachment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"criteria": {
"unlock": {
"conditions": {
"predicate": {
"node": "root"
}
},
"trigger": "thatskyinteractions:unlock_relationship"
}
},
"requirements": [
[ "unlock" ]
],
"rewards": {
"function": "amekawamiya:shards/attachment"
}
}
13 changes: 13 additions & 0 deletions jiachen/data/amekawamiya/advancement/shards/fulfilment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"criteria": {
"unlock": {
"trigger": "thatskyinteractions:completed_relationship"
}
},
"requirements": [
[ "unlock" ]
],
"rewards": {
"function": "amekawamiya:shards/fulfilment"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/amekawamiya/advancement/shards/lightseekers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"criteria": {
"unlock": {
"conditions": {
"predicate": {
"amount": 1
}
},
"trigger": "thatskyinteractions:pickup_permanent"
}
},
"requirements": [
[ "unlock" ]
],
"rewards": {
"function": "amekawamiya:shards/lightseekers"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/amekawamiya/advancement/shards/the_light_beyond.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"criteria": {
"unlock": {
"conditions": {
"predicate": {
"amount": 20
}
},
"trigger": "thatskyinteractions:pickup_permanent"
}
},
"requirements": [
[ "unlock" ]
],
"rewards": {
"function": "amekawamiya:shards/the_light_beyond"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shard award @s thatskyinteractions:mf_carnival_fool
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shard award @s thatskyinteractions:mf_carnival_fortune
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shard award @s thatskyinteractions:mf_carnival_hermit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shard award @s thatskyinteractions:mf_carnival_star

0 comments on commit 6c19a7e

Please sign in to comment.