Skip to content

Commit

Permalink
🐛 Fix storage number provider field name
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Jul 7, 2024
1 parent 9ff094b commit cabcb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/data/util/mod.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dispatch minecraft:number_provider[score] to struct ScoreNumberProvider {
}

dispatch minecraft:number_provider[storage] to struct StorageNumberProvider {
source: #[id="storage"] string,
storage: #[id="storage"] string,
path: #[nbt_path=minecraft:storage[[source]]] string,
}

Expand Down

0 comments on commit cabcb3b

Please sign in to comment.