From dc8fc7d8a153fae0d260a1d42655338b8aeed431 Mon Sep 17 00:00:00 2001 From: Anastasia Chrysanthemum Date: Sun, 1 Feb 2026 15:37:25 +1100 Subject: [PATCH] chore: Update README.md Configuration Language Support section. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9312a11..203f59a 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,15 @@ Greenhouse Config is a config library pretty much made for myself (ChrysanthCow) Featuring a rich config builder system, it utilizes Codecs/DFU to write and read config files, as well as being able to data-fix when out of date. -### Greenhouse Config supports the following configuration languages through [Polyamory](https://git.greenhouse.lgbt/Modding/polyamory)... +### Configuration Language Support - [JSONC](https://jsonc.org/) - [JSON](https://www.json.org/json-en.html)* \* - Should not typically be used in configs. Use JSONC instead if possible. +Config languages are supported through the in house [Polyamory](https://git.greenhouse.lgbt/Modding/polyamory) library. + ### Depending on the Library When depending on Greenhouse Config, please make sure to include the mod inside your JAR. This is simply to avoid making -- 2.51.2