diff options
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": [ |
