9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-26 18:39:20 +00:00

fix(core): 修正错误的染色盔甲配置

This commit is contained in:
jhqwqmc
2025-09-05 17:36:01 +08:00
parent 64bfef7aa2
commit 4fd2455f9d
2 changed files with 5 additions and 4 deletions

View File

@@ -131,7 +131,7 @@ public class ComponentBasedEquipment extends AbstractEquipment implements Suppli
return new DyeableData(ResourceConfigUtils.getAsInt(data.get("color-when-undyed"), "color-when-undyed"));
}
}
return new DyeableData(null);
return null;
}
@Override