9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-24 01:19:24 +00:00

添加新文本组件支持

This commit is contained in:
XiaoMoMi
2025-10-08 00:16:10 +08:00
parent 09db053686
commit e4a422ffc0
2 changed files with 4 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ public class ComponentTypes {
public static final Object DYED_COLOR = getComponentType(ComponentKeys.DYED_COLOR);
public static final Object DEATH_PROTECTION = getComponentType(ComponentKeys.DEATH_PROTECTION);
public static final Object FIREWORK_EXPLOSION = getComponentType(ComponentKeys.FIREWORK_EXPLOSION);
public static final Object BUNDLE_CONTENTS = getComponentType(ComponentKeys.BUNDLE_CONTENTS);
private ComponentTypes() {}