[Enhancement/功能请求] 使用数据包定义奇点
Closed this issue · 2 comments
Checks/检查
- I confirm that I have searched for existing issues / pull requests before reporting to avoid duplicate reporting./我确认在报告之前我已经搜索了现有的问题或者拉取请求,以避免重复报告。
- I confirm that I noted that if I don't follow the instructions, the issue may be closed directly./我确认我已经检查,如果我不按照说明进行操作,该问题可能会被直接关闭。
Description/描述
如题所示。
目前,对于模组开发者而言,想要添加新的默认奇点必须使用mixin注入committee.nova.mods.avaritia.init.registry.ModSingularities#getDefaults,这在不稳定的同时无法对一个已运行过本模组的游戏实例生效;同时,基于数据驱动的奇点定义相比config也更便于维护。