Skip to content

Commit

Permalink
🐛 Fix font reference id
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Oct 7, 2024
1 parent e2c908b commit fde9e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/assets/font.mcdoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ dispatch minecraft:glyph_provider[unihex] to struct UnihexProvider {
/// Inclusion is performed after all fonts are loaded, so it will include all providers for a given font defined in all datapacks.
#[since="1.20"]
dispatch minecraft:glyph_provider[reference] to struct ReferenceProvider {
id: #[id="font_provider"] string,
id: #[id="font"] string,
}

0 comments on commit fde9e65

Please sign in to comment.