Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a GUI for controlling config #1727

Open
SquidDev opened this issue Feb 17, 2024 · 1 comment
Open

Add a GUI for controlling config #1727

SquidDev opened this issue Feb 17, 2024 · 1 comment
Labels
area-Minecraft This affects CC's Minecraft-specific content. enhancement An extension of a feature or a new feature.

Comments

@SquidDev
Copy link
Member

A long, long, time ago (I can still remember), Forge used to automatically provide a config UI for mods using its config system. Alas, this was removed in the 1.13 rework. It would be nice to bring this back — I know people often have issues with CC:T's config files, and this might simplify things a bit.

I think for now, we only want to expose the client config and, when on a singleplayer world, the server config. We could probably allow OPs to change the server config, but it's definitely a bit more work.

It might be worth taking inspiration from Configured and ForgeConfigScreens, just for UX.

@SquidDev SquidDev added enhancement An extension of a feature or a new feature. area-Minecraft This affects CC's Minecraft-specific content. labels Feb 17, 2024
@Lupus590
Copy link
Contributor

Create has a way of changing configs in-game and can even understand the configs of most mods too. It might be worth looking at how they do that too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Minecraft This affects CC's Minecraft-specific content. enhancement An extension of a feature or a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants