diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-01-25 02:47:23 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-01-25 02:47:23 -0500 |
| commit | 3e995682bb76f0c4a28fc0cc1f4994cd823e010c (patch) | |
| tree | ffb573c9b447bc07722436b7391dd391aea5768e /src/main/resources/customlevelcolour.mixins.json | |
| parent | 4f6a91932b61c4e5a9ef3216c4989ca9b6294439 (diff) | |
woah, it works!
Diffstat (limited to 'src/main/resources/customlevelcolour.mixins.json')
| -rw-r--r-- | src/main/resources/customlevelcolour.mixins.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/customlevelcolour.mixins.json b/src/main/resources/customlevelcolour.mixins.json new file mode 100644 index 0000000..ca078b3 --- /dev/null +++ b/src/main/resources/customlevelcolour.mixins.json @@ -0,0 +1,12 @@ +{ + "required": true, + "minVersion": "0.8", + "package": "net.inyourwalls.customlevelcolour.mixin", + "compatibilityLevel": "JAVA_17", + "client": [ + "InGameHudMixin" + ], + "injectors": { + "defaultRequire": 1 + } +} |
