Skip to content

Commit

Permalink
🐛 Add missing started_riding trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Dec 20, 2024
1 parent 89846f4 commit 53e7d00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/data/advancement/trigger.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ dispatch minecraft:trigger[effects_changed] to Conditions<struct EffectsChanged
effects?: struct {
[#[id="mob_effect"] string]: MobEffectPredicate,
},
#[since="1.17"]
source?: CompositeEntity,
}>

Expand Down Expand Up @@ -374,6 +375,9 @@ dispatch minecraft:trigger[slide_down_block] to Conditions<struct SlideDownBlock
block?: #[id="block"] string,
}>

#[since="1.17"]
dispatch minecraft:trigger[started_riding] to Conditions<TriggerBase>

/// Activated when the last required block is placed for summoning
/// iron golems (pumpkin and iron blocks), snow golems (pumpkin and snow blocks), the ender dragon (end crystals),
/// or the wither (wither skulls and soul sand/soul soil).
Expand Down

0 comments on commit 53e7d00

Please sign in to comment.