aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/resources')
-rw-r--r--src/client/resources/modid.client.mixins.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/resources/modid.client.mixins.json b/src/client/resources/modid.client.mixins.json
new file mode 100644
index 0000000..21b0fc1
--- /dev/null
+++ b/src/client/resources/modid.client.mixins.json
@@ -0,0 +1,11 @@
+{
+ "required": true,
+ "package": "com.example.mixin.client",
+ "compatibilityLevel": "JAVA_17",
+ "client": [
+ "ExampleClientMixin"
+ ],
+ "injectors": {
+ "defaultRequire": 1
+ }
+} \ No newline at end of file