LordDeatHunter / BedrockBlocks

MIT License
0 stars 0 forks source link

[Suggestion] Switch config system to Auto Config #1

Open YTG1234 opened 3 years ago

YTG1234 commented 3 years ago

I don't think hardcoding the default config is a good option, and it also just looks bad in code

{\n" +
                        "  \"disabled_blocks\": [\n" +
                        "    \"minecraft:end_portal_frame\",\n" +
                        "    \"minecraft:bedrock\"\n" +
                        "  ]\n" +
                        "}

Auto Config also does serialization for you, and you get a client-side config screen for free

LordDeatHunter commented 3 years ago

I don't like using other libraries mainly because of incompatibility issues with updates. I will still consider it, tho, just not at the moment.