Skip to content

Commit

Permalink
🐛Make execute store ... score define the score holder (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
misode authored Nov 22, 2024
1 parent 3076009 commit bbc5f27
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/java-edition/src/mcfunction/tree/patch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,22 @@ const ExecuteStoreTarget: PartialTreeNode = Object.freeze({
},
},
},
score: {
children: {
targets: {
properties: {
usageType: 'definition',
},
children: {
objective: {
properties: {
accessType: SymbolAccessType.Write,
},
},
},
},
},
},
},
})

Expand Down

0 comments on commit bbc5f27

Please sign in to comment.