diff options
| author | SHsuperCM <shsupercm@gmail.com> | 2021-08-28 18:40:09 +0300 |
|---|---|---|
| committer | SHsuperCM <shsupercm@gmail.com> | 2021-08-28 18:40:09 +0300 |
| commit | 89d8435e80c8955d8299fe60d9a2169067f8ac75 (patch) | |
| tree | 717306cc492fc470f27207c61cc5316b31fb0fb3 /src/main/resources | |
| parent | da30d30d62caae66255ca6892736df75e12cef6f (diff) | |
| download | CITResewn-89d8435e80c8955d8299fe60d9a2169067f8ac75.tar.gz CITResewn-89d8435e80c8955d8299fe60d9a2169067f8ac75.tar.bz2 CITResewn-89d8435e80c8955d8299fe60d9a2169067f8ac75.zip | |
Added config as well as support for modmenu/cloth
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/assets/citresewn/lang/en_us.json | 6 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/assets/citresewn/lang/en_us.json b/src/main/resources/assets/citresewn/lang/en_us.json new file mode 100644 index 0000000..84fc464 --- /dev/null +++ b/src/main/resources/assets/citresewn/lang/en_us.json @@ -0,0 +1,6 @@ +{ + "config.citresewn.title": "CIT Resewn Configuration", + + "config.citresewn.citsEnabled.title": "Enabled", + "config.citresewn.citsEnabled.tooltip": "Should CITResewn load and inject cits from resourcepacks" +}
\ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5e2421e..45c4721 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -14,6 +14,9 @@ "entrypoints": { "client": [ "shcm.shsupercm.fabric.citresewn.CITResewn" + ], + "modmenu": [ + "shcm.shsupercm.fabric.citresewn.config.CITResewnModMenu" ] }, "mixins": [ |
