9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2026-01-04 15:41:38 +00:00

修复附魔台视觉问题

This commit is contained in:
XiaoMoMi
2025-06-14 21:17:47 +08:00
parent fe56ce873d
commit 0300d1e78d
5 changed files with 46 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ import java.util.stream.Collectors;
public abstract class AbstractFontManager implements FontManager {
private final CraftEngine plugin;
// namespace:font font
// namespace:font font
private final Map<Key, Font> fonts = new HashMap<>();
// namespace:id emoji
private final Map<Key, Emoji> emojis = new HashMap<>();