-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Labels
feedbackSuggestions for how something can be improved.Suggestions for how something can be improved.
Description
Minecraft Version
1.20.1
Mod Loader
Forge
Feedback
According to what I presume is your website, each new custom tip requires its own JSON file, I don't program a lot of java so there might be something I don't know, but if I were to do this in C#, I would simply add a pair of square brackets around the tip to make it an array and then just load every tip in that array, you could still have multiple files if you wanted, but from a C# standpoint it's three lines of code and it makes custom tips much easier to read keep track of.
I see why you might want the one file system, but as I said, you can also have a one file system where each file contains an array of one item, it would have no performance issues and would make custom tips easier.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feedbackSuggestions for how something can be improved.Suggestions for how something can be improved.