diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-07-10 22:18:09 +0200 |
---|---|---|
committer | hackthetime <l4bg0jb7@duck.com> | 2023-09-05 08:21:49 +0200 |
commit | ee998f5a34e3fff6ddebc24bbcc71ac406e5783b (patch) | |
tree | eecad1003c81ee2e87a57b116779a697845d5d0d /src/main/resources | |
parent | 0baa0083e23e1b41bfaacd8ee8c38959b966a9dd (diff) | |
download | BBsentials-ee998f5a34e3fff6ddebc24bbcc71ac406e5783b.tar.gz BBsentials-ee998f5a34e3fff6ddebc24bbcc71ac406e5783b.tar.bz2 BBsentials-ee998f5a34e3fff6ddebc24bbcc71ac406e5783b.zip |
General Changes again....
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/modid.mixins.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/resources/modid.mixins.json b/src/main/resources/modid.mixins.json index 980aedc..50a63d3 100644 --- a/src/main/resources/modid.mixins.json +++ b/src/main/resources/modid.mixins.json @@ -9,8 +9,7 @@ ], "client": [ "SimpleOptionMixin", - "ClientCommandSourceMixin" - ], + "ClientCommandSourceMixin"], "injectors": { "defaultRequire": 1 } |