⚠️: me.zcraft.tc.client.TritiumConfigScreenReg -> me.zcraft.tc.fabric.client.TritiumConfigScreenReg
refactor(config): improve configuration field caching and generation logic
- Skip client-only fields during server-side configuration processing
- Recursively cache nested category fields with proper path handling
- Add warning logs when no accessor is found for field paths
- Generate hierarchical section content instead of flattened structure
- Handle section headers with proper indentation and path tracking
- Ensure proper line breaks between configuration sections
⚠️:
NeoForge
me.zcraft.tc.neoforge->me.zcraft.tc
me.zcraft.tc.neoforge.TritiumConfigScreenFactory->me.zcraft.tc.client.TritiumConfigScreenFactory
Fabric
me.zcraft.tc.fabric->me.zcraft.tc
⚠️: me.zcraft.tc.client.TritiumConfigScreenReg -> me.zcraft.tc.fabric.client.TritiumConfigScreenReg
refactor(config): improve configuration field caching and generation logic
- Skip client-only fields during server-side configuration processing
- Recursively cache nested category fields with proper path handling
- Add warning logs when no accessor is found for field paths
- Generate hierarchical section content instead of flattened structure
- Handle section headers with proper indentation and path tracking
- Ensure proper line breaks between configuration sections
⚠️: me.zcraft.tc.client.TritiumConfigScreenReg -> me.zcraft.tc.neoforge.client.TritiumConfigScreenReg
refactor(config): improve configuration field caching and generation logic
- Skip client-only fields during server-side configuration processing
- Recursively cache nested category fields with proper path handling
- Add warning logs when no accessor is found for field paths
- Generate hierarchical section content instead of flattened structure
- Handle section headers with proper indentation and path tracking
- Ensure proper line breaks between configuration sections
更新内容
- 修复子项在配置屏幕中更改时无法保存应用的问题



