mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-04 15:41:38 +00:00
修复附魔台视觉问题
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user