Open Issues Need Help
View All on GitHub Implement Dynamic ID Assignment for Custom Items about 2 months ago
AI Summary: The mod currently uses hardcoded numeric IDs for custom items in `assets/content.json`, leading to conflicts with other mods. This issue aims to replace these with a dynamic ID assignment system, likely by integrating the Json Assets mod or implementing a custom solution. The task involves research, adding dependencies, refactoring the `content.json` file, and updating the C# code to support the new dynamic IDs.
Complexity:
4/5
enhancement help wanted good first issue phase-1