Skip to content

[FEEDBACK] Better Customizability #168

@71933763089012

Description

@71933763089012

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feedbackSuggestions for how something can be improved.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions